about summary refs log tree commit diff
diff options
context:
space:
mode:
authorKevin Ushey <kevinushey@gmail.com>2022-06-14 14:44:23 -0700
committerKevin Ushey <kevinushey@gmail.com>2022-06-14 14:44:23 -0700
commit3cbbaf014e1018348744ffec01376c7a53b5c5e3 (patch)
treee9c72a96f774c2cb29dc7c4252ada21616ca9f52
parent65874dfff205335840cc9265ba06d74f234b719d (diff)
downloadrust-3cbbaf014e1018348744ffec01376c7a53b5c5e3.tar.gz
rust-3cbbaf014e1018348744ffec01376c7a53b5c5e3.zip
fix typo in package.json
-rw-r--r--editors/code/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index e56583e63bd..a40ca6e2df1 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -1430,7 +1430,7 @@
             },
             {
                 "id": "public",
-                "description": "Style tems that are from the current crate and are `pub`"
+                "description": "Style for items that are from the current crate and are `pub`"
             },
             {
                 "id": "reference",