summaryrefslogtreecommitdiffstats
path: root/docs/config
diff options
context:
space:
mode:
authorTrickyPi <33021497+TrickyPi@users.noreply.github.com>2022-01-30 17:28:00 +0800
committerGitHub <noreply@github.com>2022-01-30 10:28:00 +0100
commit65f29754d3a97a16ff4372bb59397f711787e54a (patch)
treefebcdfa6f20d87d61993353938a3af37fda1edfe /docs/config
parente680540cfc4c783266183a589a26a33605bead43 (diff)
fix(nodejs): use e718 as the default of symbol in node configuration (#3533)
* fix: use e718 as the default of symbol in node configuration * wip: change nodejs symbol in docs/config & add a nodejs symbol configuration in docs/presets * wip: update CONTRIBUTING.md
Diffstat (limited to 'docs/config')
-rw-r--r--docs/config/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/config/README.md b/docs/config/README.md
index 3bf0ec9ca..ee542c5c3 100644
--- a/docs/config/README.md
+++ b/docs/config/README.md
@@ -2169,7 +2169,7 @@ By default the module will be shown if any of the following conditions are met:
| ------------------- | ------------------------------------ | ----------------------------------------------------------------------------------------------------- |
| `format` | `"via [$symbol($version )]($style)"` | The format for the module. |
| `version_format` | `"v${raw}"` | The version format. Available vars are `raw`, `major`, `minor`, & `patch` |
-| `symbol` | `" "` | A format string representing the symbol of Node.js. |
+| `symbol` | `" "` | A format string representing the symbol of Node.js. |
| `detect_extensions` | `["js", "mjs", "cjs", "ts"]` | Which extensions should trigger this module. |
| `detect_files` | `["package.json", ".node-version"]` | Which filenames should trigger this module. |
| `detect_folders` | `["node_modules"]` | Which folders should trigger this module. |