From 70ca9998b32767da61c44022612abc12f1478161 Mon Sep 17 00:00:00 2001 From: Samuel Denis-D'Ortun Date: Tue, 13 Jul 2021 14:09:53 -0400 Subject: [PATCH] Fix typo --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 799887f..a1c8a55 100644 --- a/readme.md +++ b/readme.md @@ -31,7 +31,7 @@ This project is configured with Webpack + Express. During server rendering, App will find matching Components by requested URL that has asyncData method. -### Highly resomended +### Highly recomended Make API requests to fetch data, that will be used in child components or layouts, in `asyncData` - to prepare all needed data, that you are going to use. It will prevent you from problems when SSR rendered page and Client rendered page will be contains different result.