From 83ab391001cfce5d57f943030d022bef6914e7b1 Mon Sep 17 00:00:00 2001 From: Matt Fairbrass Date: Thu, 5 Jul 2018 14:53:19 +1000 Subject: [PATCH] chore: fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5cb55df..1a4bda9 100644 --- a/README.md +++ b/README.md @@ -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.