Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
alondmnt committed Nov 9, 2022
1 parent 6c54cbf commit cace441
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ This Joplin plugin adds text capitalization options to the Markdown editor. In t
- UPPER CASE
- Title Case (based on [title-case](https://www.npmjs.com/package/title-case))
- Sentence case
- full width
- fullwidth
- halfwidth
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ joplin.plugins.register({
accelerator: 'CmdOrCtrl+Alt+Shift+S',
},
{
label: 'full width',
label: 'fullwidth',
commandName: 'suitcase.fullwidth',
accelerator: 'CmdOrCtrl+Alt+Shift+F',
},
Expand Down

0 comments on commit cace441

Please sign in to comment.