Skip to content

Commit 4d782ee

Browse files
fix: typos (#310)
1 parent 0529e27 commit 4d782ee

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Documentation/ConfigurationManagement.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ MICROSOFT:
6161
CLIENT_ID: 'microsoftClientID'
6262
```
6363
64-
Also, all envirenment folders contain a `file_mappings.yaml` file that points to the config files to be parsed.
64+
Also, all environment folders contain a `file_mappings.yaml` file that points to the config files to be parsed.
6565

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

@@ -81,7 +81,7 @@ android:
8181
- **Microsoft:** Sign in and Sign up via Microsoft
8282
- **Facebook:** Sign in and Sign up via Facebook
8383
- **Branch:** Deeplinks
84-
- **Braze:** Could Messaging
84+
- **Braze:** Cloud Messaging
8585
- **SegmentIO:** Analytics
8686

8787
## Available Feature Flags

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Modern vision of the mobile application for the Open edX platform from Raccoon G
1414

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

17-
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)
17+
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)
1818

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

default_config/dev/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ AGREEMENT_URLS:
1313
DATA_SELL_CONSENT_URL: ''
1414
TOS_URL: ''
1515
EULA_URL: ''
16-
SUPPORTED_LANGUAGES: [ ] #en is defalut language
16+
SUPPORTED_LANGUAGES: [ ] #en is default language
1717

1818
DISCOVERY:
1919
TYPE: 'native'

default_config/prod/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ AGREEMENT_URLS:
1313
DATA_SELL_CONSENT_URL: ''
1414
TOS_URL: ''
1515
EULA_URL: ''
16-
SUPPORTED_LANGUAGES: [ ] #en is defalut language
16+
SUPPORTED_LANGUAGES: [ ] #en is default language
1717

1818
DISCOVERY:
1919
TYPE: 'native'

default_config/stage/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ AGREEMENT_URLS:
1313
DATA_SELL_CONSENT_URL: ''
1414
TOS_URL: ''
1515
EULA_URL: ''
16-
SUPPORTED_LANGUAGES: [ ] #en is defalut language
16+
SUPPORTED_LANGUAGES: [ ] #en is default language
1717

1818
DISCOVERY:
1919
TYPE: 'native'

0 commit comments

Comments
 (0)