Skip to content

Commit

Permalink
fix typos / cruft
Browse files Browse the repository at this point in the history
  • Loading branch information
zuchka committed Jul 10, 2023
1 parent f075086 commit 1c3ec4a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- "*" # Push events to matching any tag format, i.e. 1.0, 20.15.10

env:
PLUGIN_NAME: better-word-count # Change this to the name of your plugin-id folder
PLUGIN_NAME: readability-score # Change this to the name of your plugin-id folder

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "readability-score",
"name": "Readability Score",
"version": "0.1.0",
"version": "0.1.1",
"description": "Score the readabilty of your writing using the Flesch Reading Ease (FRE) formula.",
"author": "zuchka",
"authorUrl": "https://github.com/zuchka",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "readability-score",
"version": "0.1.0",
"description": "Counts the words of selected text in the editor.",
"version": "0.1.1",
"description": "Score the readabilty of your writing using the Flesch Reading Ease (FRE) formula.",
"main": "main.js",
"scripts": {
"lint": "eslint . --ext .ts",
Expand Down

0 comments on commit 1c3ec4a

Please sign in to comment.