diff --git a/manifest.json b/manifest.json index ac31146..e8950b1 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "id": "better-word-count", "name": "Better Word Count", "version": "0.1.0", - "description": "Counts the words of selected test in the editor.", + "description": "Counts the words of selected text in the editor.", "author": "Luke Leppan", "authorUrl": "https://lukeleppan.com", "isDesktopOnly": false diff --git a/package.json b/package.json index b1e8f68..aef21fe 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "better-word-count", "version": "0.1.0", - "description": "Counts the words of selected test in the editor.", + "description": "Counts the words of selected text in the editor.", "main": "main.js", "scripts": { "dev": "rollup --config rollup.config.js -w",