Skip to content

Commit abbdc66

Browse files
authored
Merge pull request #39 from noritaka1166/fix-typo
docs(readme): fix typo
2 parents 3d21f22 + 2f27dfe commit abbdc66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ bg(105)`Bright Magenta`;
446446
// function is chainable
447447
fg(96).bold`bold Bright Cyan`;
448448

449-
// function is avaliable in each style
449+
// function is available in each style
450450
bold.fg(96).underline`bold underline Bright Cyan`;
451451

452452
// you can combine the functions and styles in any order

0 commit comments

Comments
 (0)