Skip to content

Commit

Permalink
chore: fix typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-d-rat committed Jul 5, 2018
1 parent e278ce8 commit 83ab391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ In the case of using a [Regular Expression][url-docs-regexp] for the `end` prop,

### Why and when to middle truncate?

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?
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?

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

Expand Down

0 comments on commit 83ab391

Please sign in to comment.