Unnamed repository; edit this file 'description' to name the repository.
| -rw-r--r-- | editors/code/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index e56583e63b..a40ca6e2df 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", |