Skip to content

Commit b740d77

Browse files
authored
Merge pull request #5050 from ThermScissorpunch/patch-7
Fix typo in docs
2 parents cca78e0 + f1bdb8b commit b740d77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/basics/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Please take a look at the `node-config` docs as the library is open for some oth
1919
:::tip NOTE
2020
Currently, the configuration files are being processed by the webpack during the build process. This means that whenever you apply some configuration changes, you shall rebuild the app, even when using the `yarn dev` mode. This limitation can be solved with the VS 1.4 special config variable. Now the config can be reloaded on the fly with each server request if `config.server.dynamicConfigReload`is set to true. However, in that case, the config is added to `window.INITIAL_STATE` with the responses.
2121

22-
When you using the `config.server.dynamicConfigReload` plase remember about `config.server.dynamicConfigExclude` and `config.server.dynamicConfigInclude`.
22+
When you are using the `config.server.dynamicConfigReload` please remember about `config.server.dynamicConfigExclude` and `config.server.dynamicConfigInclude`.
2323
:::
2424

2525
Please find the configuration properties reference below.

0 commit comments

Comments
 (0)