From 371568aeb74dc00eb7687e783d895dec0cbd790d Mon Sep 17 00:00:00 2001 From: lukeleppan Date: Mon, 9 Nov 2020 15:41:01 +0200 Subject: [PATCH] Fix description --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",