From 323b95cfadd5e2a84e826374cc749ef70d9efcdd Mon Sep 17 00:00:00 2001 From: alkavats1 Date: Mon, 3 Jul 2023 13:47:05 +0530 Subject: [PATCH] docs: fixed the typos in the readme.md file --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d116d8539..971445839 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ AngularFire doesn't follow Angular's versioning as Firebase also has breaking ch ### Polyfills -Neither AngularFire or Firebase ship with polyfills. To have compatability across as wide-range of environments we suggest the following polyfills be added to your application: +Neither AngularFire nor Firebase ship with polyfills. To have compatability across as wide-range of environments we suggest the following polyfills be added to your application: | API | Environments | Suggested Polyfill | License | |-----|--------------|--------------------|---------| @@ -120,7 +120,7 @@ Get help on our [Q&A board](https://github.com/angular/angularfire/discussions?d ## Developer Guide -This developer guide assimes you're using the new tree-shakable AngularFire API, [if you're looking for the compatability API you can find the documentation here](docs/compat.md). +This developer guide assumes you're using the new tree-shakable AngularFire API, [if you're looking for the compatability API you can find the documentation here](docs/compat.md). [See the v7 upgrade guide for more information on this change.](docs/version-7-upgrade.md).