From 927729e16ee5c2b1b18df47ebcf5e1e369a187cb Mon Sep 17 00:00:00 2001 From: arturjzapater Date: Wed, 7 Oct 2020 09:38:17 +0200 Subject: [PATCH] fixed typo --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e9dbf54..a1732fd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "chitchat-client", "version": "1.0.0", - "description": "A chatroom web app that allows multiple users to simulateneously communicate via text", + "description": "A chatroom web app that allows multiple users to simultaneously communicate via text", "main": "src/index.js", "scripts": { "start": "webpack-dev-server",