Skip to content

Commit 27f3996

Browse files
authored
Fix "chromium based" to "Chromium-based" (#2191)
1 parent a68b346 commit 27f3996

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/content/documentation/develop.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ All you need to create extensions for Firefox is a [text editor](https://develop
3636

3737
### Chromium-based browser extensions
3838

39-
Get familiar with the [webextension-polyfill](https://github.com/mozilla/webextension-polyfill) library if you’re planning on developing for both Firefox and chromium based browsers.
39+
Get familiar with the [webextension-polyfill](https://github.com/mozilla/webextension-polyfill) library if you’re planning on developing for both Firefox and Chromium-based browsers.
4040

41-
This enables you to switch between the different Firefox and chromium based namespaces and asynchronous call handling methods for each type of browser.
41+
This enables you to switch between the different Firefox and Chromium-based namespaces and asynchronous call handling methods for each type of browser.
4242

4343
### web-ext command line tool
4444

@@ -215,7 +215,7 @@ If you develop Android apps, when you want to include a browser experience in yo
215215

216216
### Bring your Chrome extension to Firefox
217217

218-
The Firefox extension environment is highly compatible with chromium-based extension technology. Your extension might already be capable of running on Firefox, or need only a few changes.
218+
The Firefox extension environment is highly compatible with Chromium-based extension technology. Your extension might already be capable of running on Firefox, or need only a few changes.
219219

220220
Check out our [porting guide](/documentation/develop/porting-a-google-chrome-extension/) to get started.
221221

0 commit comments

Comments
 (0)