Skip to content

Commit 790ef72

Browse files
authored
Merge pull request #62 from takker99:removeAllFormats
fix(userscript): s/removeAllFormat/removeAllFormats/g
2 parents f5f51e0 + 86e471a commit 790ef72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scrapbox.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export interface TimeStamp {
7878
*
7979
* These include default formats
8080
*/
81-
removeAllFormat: () => void;
81+
removeAllFormats: () => void;
8282
}
8383

8484
/** Type of {@linkcode ScrapboxBase.Project} */

0 commit comments

Comments
 (0)