From dec2e5639648e9a224523ad28a11149204385d73 Mon Sep 17 00:00:00 2001 From: Justin Fagnani Date: Tue, 28 Feb 2023 17:20:54 -0800 Subject: [PATCH] Fix typo --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4553d780..450c07c6 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@webcomponents/internal-site", "private": true, "version": "2.0.0", - "description": "A new implementation of the webcompoents.org site", + "description": "A new implementation of the webcomponents.org site", "workspaces": [ "./packages/*" ],