diff --git a/docs/03_Get-Started/step-10-descriptor-for-applications-8f93bf2.md b/docs/03_Get-Started/step-10-descriptor-for-applications-8f93bf2.md index 3a67bdc..3e63ca7 100644 --- a/docs/03_Get-Started/step-10-descriptor-for-applications-8f93bf2.md +++ b/docs/03_Get-Started/step-10-descriptor-for-applications-8f93bf2.md @@ -85,7 +85,7 @@ The content of the `manifest.json` file is a configuration object in JSON format - `type`: Defines what we want to configure; here: an application. - - `i18n`: Defines the path to the resource bundle file. The `supportedLocales` and `fallbackLocale` properties are set to empty strings, as our demo app uses only one `i18n.properties` file for simplicity and we'd like to prevent the browser from trying to load additional `i18n_*.properties` files based on your browser settings and your locale. + - `i18n`: Defines the path to the resource bundle file. - `title`: Title of the application in handlebars syntax referenced from the app's resource bundle.