From 83e7e8aab97bc62ce3f6bf1586863c0fa82828d5 Mon Sep 17 00:00:00 2001 From: Chen Hua Date: Sun, 4 Feb 2024 17:10:20 +0800 Subject: [PATCH] docs: Fix typo of intuitive (#415) --- docs/guide/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/introduction.md b/docs/guide/introduction.md index c3f416ae..3c10998e 100644 --- a/docs/guide/introduction.md +++ b/docs/guide/introduction.md @@ -7,7 +7,7 @@ head: # Introduction -WXT is a free and open source framework for building web extensions in an conventional, intuative, and safe way **_for all browsers_**. +WXT is a free and open source framework for building web extensions in an conventional, intuitive, and safe way **_for all browsers_**. WXT is based of [Nuxt](https://nuxt.com), and aims to provide the same great DX with TypeScript, auto-imports, and an opinionated project structure.