diff --git a/docs/content/0.get-started/1.browser-support.md b/docs/content/0.get-started/1.browser-support.md
index 719229a..aa58eda 100644
--- a/docs/content/0.get-started/1.browser-support.md
+++ b/docs/content/0.get-started/1.browser-support.md
@@ -13,6 +13,6 @@ The `@webext-core` packages are simple wrappers around [`webextension-polyfill`]
Other Chromium-based browsers are not officially supported, and may not work_2_. See Mozilla's [supported browsers documentation](https://github.com/mozilla/webextension-polyfill#supported-browsers) for more details.
-> _1_ `webextension-polyfill` works on Safari, however Safari does not implement the complete web extension standard. See the [browser compatibliity chart](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Browser_support_for_JavaScript_APIs) for more details.
+> _1_ `webextension-polyfill` works on Safari, however Safari does not implement the complete web extension standard. See the [browser compatiblity chart](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Browser_support_for_JavaScript_APIs) for more details.
>
> _2_ In practice, the browsers are close enough to chrome that they work 99% of the time. But make sure to test your extension before assuming it will work.