docs: Changed "Chrome Extension" to "web extension" (#1229)

Co-authored-by: Aaron <aaronklinker1@gmail.com>
This commit is contained in:
Takuya HARA
2024-12-04 02:07:46 +09:00
committed by GitHub
parent 7aa30afa7f
commit 4ce178c592
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ Check out the [comparison](/guide/resources/compare) to see how WXT compares to
## Prerequisites
These docs assume you have a basic knowledge of how Chrome extensions are structured and how you access the extension APIs.
These docs assume you have a basic knowledge of how web extensions are structured and how you access the extension APIs.
:::warning New to extension development?
If you have never written an extension before, follow Chrome's [Hello World tutorial](https://developer.chrome.com/docs/extensions/get-started/tutorial/hello-world) to first **_create an extension without WXT_**, then come back here.