From 6d04488dd1b684acc5c4a455f27913cad582923e Mon Sep 17 00:00:00 2001 From: Duncan Davidson Date: Mon, 19 Nov 2018 11:13:11 +0100 Subject: [PATCH] Correct spelling stirng > string --- packages/docs/docs/config/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/docs/docs/config/README.md b/packages/docs/docs/config/README.md index 9155b669e7..1e4405a68b 100644 --- a/packages/docs/docs/config/README.md +++ b/packages/docs/docs/config/README.md @@ -102,7 +102,7 @@ A function to control what files should have `` resource hin - Type: `boolean|string` - Default: `false` -Whether to enable placeholder loading for asynchronous loading content. if it's a stirng, it should be the name of your custom loading component. +Whether to enable placeholder loading for asynchronous loading content. if it's a string, it should be the name of your custom loading component. ### cache