From 51998c1c64ca09aba30efa544c0447a42508d31b Mon Sep 17 00:00:00 2001 From: Siddharth M Date: Thu, 1 Aug 2019 17:00:57 +0530 Subject: [PATCH] chore: Fixed typos in README.md file (#197) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 23cf530..1dae737 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Supported Browsers | Opera | *Unofficially Supported* as a Chrome-compatible target (but not explicitly tested in automation) | | Edge | *Not supported* (See [MSEdge Support](#msedge-support) section) | -The polyfill is being tested explictly (with automated tests that run on every pull request) on **officially supported** +The polyfill is being tested explicitly (with automated tests that run on every pull request) on **officially supported** browsers (that are currently the last stable versions of Chrome and Firefox). On Firefox, this library is actually acting as a NO-OP: it detects that the `browser` API object is already defined @@ -118,7 +118,7 @@ browser.tabs.executeScript({file: "content.js"}).then(result => { ### Basic Setup with module bundlers -This library is built as a **UMD module** (Universal Module Definition), and so it can also be used with module bundlers (and explictly tested on both **webpack** and **browserify**) or AMD module loaders. +This library is built as a **UMD module** (Universal Module Definition), and so it can also be used with module bundlers (and explicitly tested on both **webpack** and **browserify**) or AMD module loaders. **src/background.js**: ```javascript