From 4fecf2cc25c064612d54bf36c8656323e45c0b7a Mon Sep 17 00:00:00 2001 From: cunzaizhuyi <877824709@qq.com> Date: Sat, 18 Mar 2023 23:01:58 +0800 Subject: [PATCH] docs: fix typo (#19785) --- docs/1.getting-started/1.introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/1.getting-started/1.introduction.md b/docs/1.getting-started/1.introduction.md index de952b9df4..30ed20987d 100644 --- a/docs/1.getting-started/1.introduction.md +++ b/docs/1.getting-started/1.introduction.md @@ -25,7 +25,7 @@ Nuxt uses conventions and an opinionated directory structure to automate repetit - **Configured build tools:** we use [Vite](https://vitejs.dev) by default to support hot module replacement (HMR) in development and bundling your code for production with best-practices baked-in. :: -Nuxt takes care of this and provides both frontend and backend functionality so you can focus on what matters: **creating your web application**. +Nuxt takes care of these and provides both frontend and backend functionality so you can focus on what matters: **creating your web application**. ## Server-Side Rendering