Skip to content

Conversation

@suyiiyii
Copy link
Contributor

1. Does this PR affect any open issues?(Y/N) and add issue references (e.g. "fix #123", "re #123".):

  • N
  • Y

2. What is the scope of this PR (e.g. component or file name):

i18n/zh-CN/docusaurus-plugin-content-docs/current/user_docs/guides/configuration.md

env: str = option("env") or "dev" # The attribute `env` has a default value "den"

3. Provide a description of the PR(e.g. more details, effects, motivations or doc link):

  • Affects user behaviors
  • Contains syntax changes
  • Contains variable changes
  • Contains experimental features
  • Performance regression: Consumes more CPU
  • Performance regression: Consumes more Memory
  • Other: (Typo fix)

This PR fixes a small typo in the default value of env.
The default value was incorrectly set to "den", which should be "dev".

4. Are there any breaking changes?(Y/N) and describe the breaking changes(e.g. more details, motivations or doc link):

  • N
  • Y

5. Are there test cases for these changes?(Y/N) select and add more details, references or doc links:

  • Unit test
  • Integration test
  • Benchmark (add benchmark stats below)
  • Manual test (add detailed scripts or steps below)
  • Other

should i also fix it in the old version? (e.g. i18n/zh-CN/docusaurus-plugin-content-docs/version-0.11/user_docs/guides/configuration.md)

@vercel
Copy link

vercel bot commented Mar 13, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
kcl-lang-io ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 13, 2025 6:17am

Signed-off-by: suyiiyii <suyiiyii@gmail.com>
@He1pa He1pa added the documentation Improvements or additions to documentation label Mar 13, 2025
@He1pa He1pa merged commit 13eedac into kcl-lang:main Mar 13, 2025
4 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants