From 1bb017c05314fa6ebd01d3aa1ea01123308d1d79 Mon Sep 17 00:00:00 2001 From: Paulo Gustavo Veiga Date: Sat, 2 Oct 2021 16:36:50 -0700 Subject: [PATCH] Fix typo --- packages/web2d/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/web2d/package.json b/packages/web2d/package.json index a6384e32..dba5ef7e 100644 --- a/packages/web2d/package.json +++ b/packages/web2d/package.json @@ -22,7 +22,7 @@ "scripts": { "start": "nodemon --watch lib", "build": "webpack --config webpack.prod.js", - "payground": "webpack serve --config webpack.playground.js" + "playground": "webpack serve --config webpack.playground.js" }, "devDependencies": { "@babel/core": "^7.14.6",