From 633f781d6f5dea6d6be3bf1318db5a872e63eb5c Mon Sep 17 00:00:00 2001 From: Fleet Labs Ghana Date: Fri, 17 Mar 2023 15:55:28 +0000 Subject: [PATCH] docs: fix typo (#19775) --- 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 8fd52a544f..de952b9df4 100644 --- a/docs/1.getting-started/1.introduction.md +++ b/docs/1.getting-started/1.introduction.md @@ -7,7 +7,7 @@ description: Nuxt's goal is to make web development intuitive and performant wit Nuxt is a free and [open-source framework](https://github.com/nuxt/nuxt) with an intuitive and extendable way to create type-safe, performant and production-grade full-stack web applications and websites with [Vue.js](https://vuejs.org). -We made everything so you can start writing `.vue` files from the beggining while enjoying hot module replacement in development and a performant application in production with server-side rendering by default. +We made everything so you can start writing `.vue` files from the beginning while enjoying hot module replacement in development and a performant application in production with server-side rendering by default. Nuxt has no vendor lock-in, allowing you to deploy your application [**anywhere, even to the edge**](/docs/getting-started/deployment).