Skip to content

Commit 68d3eae

Browse files
committed
fix typo in package.json.
1 parent 1f5c535 commit 68d3eae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

editors/code/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@
453453
]
454454
},
455455
"rust-analyzer.discoverProjectCommand": {
456-
"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.",
456+
"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.",
457457
"default": null,
458458
"type": [
459459
"null",
@@ -1920,4 +1920,4 @@
19201920
}
19211921
]
19221922
}
1923-
}
1923+
}

0 commit comments

Comments
 (0)