From 02bd6b881b332b87a2f180c578f92046d3e9b2fa Mon Sep 17 00:00:00 2001 From: Fernando <66154723+fernandosmither@users.noreply.github.com> Date: Sat, 6 Jul 2024 18:39:38 -0400 Subject: [PATCH 1/2] chore: fix typos in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5d25174d..ed4ab869 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ A new version of the library is built from this repository and released as an np The npm package is named after this repo: [webextension-polyfill](https://www.npmjs.com/package/webextension-polyfill). -For the extension that already include a package.json file, the last released version of this library can be quickly installed using: +For the extension that already includes a package.json file, the last released version of this library can be quickly installed using: ``` npm install --save-dev webextension-polyfill @@ -342,7 +342,7 @@ There are multiple projects that add TypeScript support to your web-extension pr ## Known Limitations and Incompatibilities -This library tries to minimize the amount of "special handling" that a cross-browser extension has to do to be able to run on the supported browsers from a single codebase, but there are still cases when polyfillling the missing or incompatible behaviors or features is not possible or out of the scope of this polyfill. +This library tries to minimize the amount of "special handling" that a cross-browser extension has to do to be able to run on the supported browsers from a single codebase, but there are still cases when polyfilling the missing or incompatible behaviors or features is not possible or out of the scope of this polyfill. This section aims to keep track of the most common issues that an extension may have. From d46a648c1bce841319d93fd4c4d2b39c62f85349 Mon Sep 17 00:00:00 2001 From: Fernando <66154723+fernandosmither@users.noreply.github.com> Date: Sat, 6 Jul 2024 20:41:25 -0400 Subject: [PATCH 2/2] chore: fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed4ab869..97932a3e 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ A new version of the library is built from this repository and released as an np The npm package is named after this repo: [webextension-polyfill](https://www.npmjs.com/package/webextension-polyfill). -For the extension that already includes a package.json file, the last released version of this library can be quickly installed using: +For extensions that already include a package.json file, the last released version of this library can be quickly installed using: ``` npm install --save-dev webextension-polyfill