Fix a typo s/eigth/eighth/

This commit is contained in:
Kenichi Kamiya 2021-04-04 02:42:28 +09:00 committed by Jeff Widman
parent 704fc46c3f
commit b8a3d90a13
2 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ Though there are many effects, most terminals support at least bold formatting.
| font-fifth | no-font-fifth |
| font-sixth | no-font-sixth |
| font-seventh | no-font-seventh |
| font-eigth | no-font-eigth |
| font-eighth | no-font-eighth |
| font-ninth | no-font-ninth |
### Plain Text

View File

@ -49,7 +49,7 @@ FX=(
font-fifth "\e[15m" no-font-fifth "\e[10m"
font-sixth "\e[16m" no-font-sixth "\e[10m"
font-seventh "\e[17m" no-font-seventh "\e[10m"
font-eigth "\e[18m" no-font-eigth "\e[10m"
font-eighth "\e[18m" no-font-eighth "\e[10m"
font-ninth "\e[19m" no-font-ninth "\e[10m"
)