diff --git a/.gitignore b/.gitignore index ca912601fe..20d56a56f3 100644 --- a/.gitignore +++ b/.gitignore @@ -103,7 +103,7 @@ ipython_config.py # pdm # Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control. #pdm.lock -# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it +# pdm stores project-wide configurations in .pdm.toml, but it is recommended not to include it # in version control. # https://pdm.fming.dev/#use-with-ide .pdm.toml diff --git a/embedchain/docs/api-reference/advanced/configuration.mdx b/embedchain/docs/api-reference/advanced/configuration.mdx index 8389635833..92548d8453 100644 --- a/embedchain/docs/api-reference/advanced/configuration.mdx +++ b/embedchain/docs/api-reference/advanced/configuration.mdx @@ -200,7 +200,7 @@ Alright, let's dive into what each key means in the yaml config above: - `config`: - `name` (String): The name of your full-stack application. - `id` (String): The id of your full-stack application. - Only use this to reload already created apps. We recommend users to not create their own ids. + Only use this to reload already created apps. We recommend users not to create their own ids. - `collect_metrics` (Boolean): Indicates whether metrics should be collected for the app, defaults to `True` - `log_level` (String): The log level for the app, defaults to `WARNING` 2. `llm` Section: