Skip to content

Commit b23f8f9

Browse files
authored
Merge pull request #368 from snowykr/fix/readme-typo
fix(docs): Correct typo in ANSI support section
2 parents b950d58 + 3c9d404 commit b23f8f9

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
@@ -1098,7 +1098,7 @@ table, however, ANSI escape sequences are not removed so the original styling is
10981098

10991099
Some terminals support a special grouping of ANSI escape sequences that are intended to display hyperlinks
11001100
much in the same way they are shown in browsers. These are handled just as mentioned before: non-printable
1101-
ANSI escape sequences are removed prior to string length calculation. The only diifference with escaped
1101+
ANSI escape sequences are removed prior to string length calculation. The only difference with escaped
11021102
hyperlinks is that column width will be based on the length of the URL _text_ rather than the URL
11031103
itself (terminals would show this text). For example:
11041104

0 commit comments

Comments
 (0)