Skip to content

Commit

Permalink
fix: typos (openedx#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
volodymyr-chekyrta committed May 6, 2024
1 parent 0529e27 commit 4d782ee
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Documentation/ConfigurationManagement.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ MICROSOFT:
CLIENT_ID: 'microsoftClientID'
```
Also, all envirenment folders contain a `file_mappings.yaml` file that points to the config files to be parsed.
Also, all environment folders contain a `file_mappings.yaml` file that points to the config files to be parsed.

By modifying `file_mappings.yaml`, you can achieve splitting of the base `config.yaml` or add additional configuration files.

Expand All @@ -81,7 +81,7 @@ android:
- **Microsoft:** Sign in and Sign up via Microsoft
- **Facebook:** Sign in and Sign up via Facebook
- **Branch:** Deeplinks
- **Braze:** Could Messaging
- **Braze:** Cloud Messaging
- **SegmentIO:** Analytics

## Available Feature Flags
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Modern vision of the mobile application for the Open edX platform from Raccoon G

3. Choose ``openedx-app-android``.

4. Configure `config_settings.yaml` inside `default_config` and `config.yaml` inside sub direcroties to point to your Open edX configuration. [Configuration Docuementation](./Documentation/ConfigurationManagement.md)
4. Configure `config_settings.yaml` inside `default_config` and `config.yaml` inside sub directories to point to your Open edX configuration. [Configuration Documentation](./Documentation/ConfigurationManagement.md)

5. Select the build variant ``develop``, ``stage``, or ``prod``.

Expand Down
2 changes: 1 addition & 1 deletion default_config/dev/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ AGREEMENT_URLS:
DATA_SELL_CONSENT_URL: ''
TOS_URL: ''
EULA_URL: ''
SUPPORTED_LANGUAGES: [ ] #en is defalut language
SUPPORTED_LANGUAGES: [ ] #en is default language

DISCOVERY:
TYPE: 'native'
Expand Down
2 changes: 1 addition & 1 deletion default_config/prod/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ AGREEMENT_URLS:
DATA_SELL_CONSENT_URL: ''
TOS_URL: ''
EULA_URL: ''
SUPPORTED_LANGUAGES: [ ] #en is defalut language
SUPPORTED_LANGUAGES: [ ] #en is default language

DISCOVERY:
TYPE: 'native'
Expand Down
2 changes: 1 addition & 1 deletion default_config/stage/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ AGREEMENT_URLS:
DATA_SELL_CONSENT_URL: ''
TOS_URL: ''
EULA_URL: ''
SUPPORTED_LANGUAGES: [ ] #en is defalut language
SUPPORTED_LANGUAGES: [ ] #en is default language

DISCOVERY:
TYPE: 'native'
Expand Down

0 comments on commit 4d782ee

Please sign in to comment.