From 7ed9990ae015ab224643ee3c91b9db5963dccaf0 Mon Sep 17 00:00:00 2001 From: Robert Best Date: Sat, 13 Jul 2024 14:25:06 -0400 Subject: [PATCH] Update package.json small spelling corrections to plugin description. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7b2e28e..e1e61f5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "wiki-plugin-journalmatic", "version": "0.2.0", - "description": "A collection of frame based tools for checking for page/journal issues, a correcting a few.", + "description": "A collection of frame-based tools for checking for page/journal issues, and correcting a few.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1"