Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
Co-authored-by: Rebecca Sutton Koeser <[email protected]>
  • Loading branch information
blms and rlskoeser authored Feb 19, 2024
1 parent ba29902 commit 47ad5de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ class TranscriptionEditor {
Editor();
}
if (!window.tinyConfig) {
// hide numberded list in line-level editor mode
// hide numbered list in line-level editor mode
const toolbar = this.storage.settings?.lineMode
? "language | strikethrough superscript | undo redo | "

Check warning on line 144 in src/index.ts

View check run for this annotation

Codecov / codecov/patch

src/index.ts#L144

Added line #L144 was not covered by tests
: "language | numlist | strikethrough superscript | undo redo | ";
Expand Down

0 comments on commit 47ad5de

Please sign in to comment.