From 282458748d69556b53c391cfdb2ecdbb6b4ea0f8 Mon Sep 17 00:00:00 2001 From: Zain Hasan <44829199+zainq11@users.noreply.github.com> Date: Mon, 16 Sep 2024 19:20:53 -0700 Subject: [PATCH] docs: Fix small typo in introduction (#983) --- docs/get-started/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/get-started/introduction.md b/docs/get-started/introduction.md index a1d196a7..1a66b8c6 100644 --- a/docs/get-started/introduction.md +++ b/docs/get-started/introduction.md @@ -9,7 +9,7 @@ head: ## Overview -WXT is a free and open source framework for building web extensions in an conventional, intuitive, and safe way **_for all browsers_**. +WXT is a free and open source framework for building web extensions in a conventional, intuitive, and safe way **_for all browsers_**. WXT is based on [Nuxt](https://nuxt.com), and aims to provide the same great DX with TypeScript, auto-imports, and an opinionated project structure.