about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2022-06-15 07:37:18 +0000
committerbors <bors@rust-lang.org>2022-06-15 07:37:18 +0000
commit7ca5d165f8862b6fd263c2beca74bb53bf8da37e (patch)
treee9c72a96f774c2cb29dc7c4252ada21616ca9f52
parent65874dfff205335840cc9265ba06d74f234b719d (diff)
parent3cbbaf014e1018348744ffec01376c7a53b5c5e3 (diff)
Auto merge of #12537 - kevinushey:bugfix/items-typo, r=Veykril
fix typo in package.json

Fixes a small 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",