fix typo
This commit is contained in:
@@ -67,7 +67,7 @@ This section contains global settings for **userctx**.
|
|||||||
### The `[apps]` section
|
### The `[apps]` section
|
||||||
For each application defined in the `general.apps` array, you can have a dedicated section to specify its configuration.
|
For each application defined in the `general.apps` array, you can have a dedicated section to specify its configuration.
|
||||||
|
|
||||||
You can create '[apps.<you_app>]' section in the config to specify **userctx** behaviour for the app. The following option are supported.
|
You can create **[apps.<you_app>]** section in the config to specify **userctx** behaviour for the app. The following options are supported.
|
||||||
|
|
||||||
- `source_path` (string, optional): Overrides the global `source_path` for this specific application.
|
- `source_path` (string, optional): Overrides the global `source_path` for this specific application.
|
||||||
- `target_path` (string, optional): Overrides the global `target_path` for this specific application. The final destination path for an application's configuration will be `<target_path>/<app_name>`.
|
- `target_path` (string, optional): Overrides the global `target_path` for this specific application. The final destination path for an application's configuration will be `<target_path>/<app_name>`.
|
||||||
|
|||||||
Reference in New Issue
Block a user