Merge pull request #10147 from rex4539/typos

Fix typos
This commit is contained in:
Fredrik Adelöw
2022-03-15 11:01:46 +01:00
committed by GitHub
54 changed files with 99 additions and 61 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ export interface Badge {
link?: string;
/** Badge message */
message: string;
/** Badge style (apperance). One of "plastic", "flat", "flat-square", "for-the-badge" and "social" */
/** Badge style (appearance). One of "plastic", "flat", "flat-square", "for-the-badge" and "social" */
style?: BadgeStyle;
}