From d1fced97122f9757db51f8ebcfadc407c6ab565e Mon Sep 17 00:00:00 2001 From: Blake Johnston Date: Wed, 30 Oct 2019 12:23:22 -0500 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d2264df..b00a566 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ export default createSkeletonProvider( )(UserDetailPage); ``` -3. Use a skeleton element to toggle between the placehoder design and the real content depending on the loading status in the context. +3. Use a skeleton element to toggle between the placeholder design and the real content depending on the loading status in the context. ```jsx // NameCard.jsx