From 234b61b50833d8f2ed5c350b3637a5dd71068d3a Mon Sep 17 00:00:00 2001 From: Keshav Reddy Date: Sun, 3 Sep 2023 22:13:16 -0700 Subject: [PATCH] fixed grammar and typo --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index ad1629ea5..ccc982f06 100644 --- a/README.md +++ b/README.md @@ -12,14 +12,14 @@ AngularFire smooths over the rough edges an Angular developer might encounter wh [Firebase JS SDK](https://github.com/firebase/firebase-js-sdk) & aims to provide a more natural developer experience by conforming to Angular conventions. -- **Dependency injection** - Provide and Inject Firebase services in your components -- **Zone.js wrappers** - Stable zones allow proper functionality of service workers, forms, SSR, and pre-rendering -- **Observable based** - Utilize RxJS rather than callbacks for realtime streams +- **Dependency injection** - Provide and Inject Firebase services in your components. +- **Zone.js wrappers** - Stable zones allow proper functionality of service workers, forms, SSR, and pre-rendering. +- **Observable based** - Utilize RxJS rather than callbacks for real-time streams. - **NgRx friendly API** - Integrate with NgRx using AngularFire's action based APIs. -- **Lazy-loading** - AngularFire dynamically imports much of Firebase, reducing time to load your app -- **Deploy schematics** - Get your Angular application deployed on Firebase Hosting with a single command -- **Google Analytics** - Zero-effort Angular Router awareness in Google Analytics -- **Router Guards** - Guard your Angular routes with built-in Firebase Authentication checks +- **Lazy-loading** - AngularFire dynamically imports much of Firebase, reducing the time to load your app. +- **Deploy schematics** - Get your Angular application deployed on Firebase Hosting with a single command. +- **Google Analytics** - Zero-effort Angular Router awareness in Google Analytics. +- **Router Guards** - Guard your Angular routes with built-in Firebase Authentication checks. ## Example use @@ -72,7 +72,7 @@ export class AppComponent { ### Angular and Firebase versions -AngularFire doesn't follow Angular's versioning as Firebase also has breaking changes throughout the year. Instead we try to maintain compatibility with both Firebase and Angular majors for as long as possible, only breaking when we need to support a new major of one or the other. +AngularFire doesn't follow Angular's versioning, as Firebase also has breaking changes throughout the year. Instead, we maintain compatibility with both Firebase and Angular majors for as long as possible, only breaking when we need to support a new major of one or the other. | Angular | Firebase | AngularFire | | --------|----------|--------------| @@ -92,7 +92,7 @@ AngularFire doesn't follow Angular's versioning as Firebase also has breaking ch ### Polyfills -Neither AngularFire or Firebase ship with polyfills. To have compatibility 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 compatibility across a wide-range of environments, we suggest the following polyfills be added to your application: | API | Environments | Suggested Polyfill | License | |-----|--------------|--------------------|---------| @@ -127,7 +127,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).