Skip to content

Commit 83ab391

Browse files
committed
chore: fix typo in README.md
1 parent e278ce8 commit 83ab391

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
@@ -42,7 +42,7 @@ In the case of using a [Regular Expression][url-docs-regexp] for the `end` prop,
4242

4343
### Why and when to middle truncate?
4444

45-
We have access to CSS text truncation with the `text-overflow: ellipsis;` which will truncate the text at the end of a string for us. So why do you need middle truncation, and when should you usw it?
45+
We have access to CSS text truncation with the `text-overflow: ellipsis;` which will truncate the text at the end of a string for us. So why do you need middle truncation, and when should you use it?
4646

4747
Ultimately it boils down to whether text at the end or in the middle of the string is more likely to differentiate the item.
4848

0 commit comments

Comments
 (0)