Skip to content

Commit

Permalink
Fix a tiny typo
Browse files Browse the repository at this point in the history
  • Loading branch information
catuhana committed Jul 18, 2024
1 parent 469e08c commit a0eea97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extend.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const _extendTheme = (
}
}
}
// If `defaultFlavour` is not set, or specificed flavour doesn't exist:
// If `defaultFlavour` is not set, or specified flavour doesn't exist:
else {
// Iterate through all the flavours,
for (let [flavourName, flavour] of flavourEntries) {
Expand Down

0 comments on commit a0eea97

Please sign in to comment.