From 3cbbaf014e1018348744ffec01376c7a53b5c5e3 Mon Sep 17 00:00:00 2001 From: Kevin Ushey Date: Tue, 14 Jun 2022 14:44:23 -0700 Subject: [PATCH] fix typo in package.json --- editors/code/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",