Unnamed repository; edit this file 'description' to name the repository.
fix typo in package.json.
David Barsky 2023-03-14
parent 1f5c535 · commit 68d3eae
-rw-r--r--editors/code/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index 0a3e4103f6..1e8cdb2eaa 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -453,7 +453,7 @@
]
},
"rust-analyzer.discoverProjectCommand": {
- "markdownDescription": "Sets the command that rust-analyzer uses to generate `rust-project.json` files. This command is\n only suggested if a build system like Buck or Bazel is used. The command must accept files as arguements and return \n a rust-project.json over stdout.",
+ "markdownDescription": "Sets the command that rust-analyzer uses to generate `rust-project.json` files. This command should only be used\n if a build system like Buck or Bazel is also in use. The command must accept files as arguments and return \n a rust-project.json over stdout.",
"default": null,
"type": [
"null",
@@ -1920,4 +1920,4 @@
}
]
}
-}
+} \ No newline at end of file