Skip to content

Commit a60fe5e

Browse files
fixed grammar and typo (#3428)
Co-authored-by: James Daniels <[email protected]>
1 parent eefc2bb commit a60fe5e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ by conforming to Angular conventions.
77

88
<strong><pre>ng add @angular/fire</pre></strong>
99

10-
- **Dependency injection** - Provide and Inject Firebase services in your components
11-
- **Zone.js wrappers** - Stable zones allow proper functionality of service workers, forms, SSR, and pre-rendering
12-
- **Observable based** - Utilize RxJS rather than callbacks for realtime streams
10+
- **Dependency injection** - Provide and Inject Firebase services in your components.
11+
- **Zone.js wrappers** - Stable zones allow proper functionality of service workers, forms, SSR, and pre-rendering.
12+
- **Observable based** - Utilize RxJS rather than callbacks for real-time streams.
1313
- **NgRx friendly API** - Integrate with NgRx using AngularFire's action based APIs.
14-
- **Lazy-loading** - AngularFire dynamically imports much of Firebase, reducing time to load your app
15-
- **Deploy schematics** - Get your Angular application deployed on Firebase Hosting with a single command
16-
- **Google Analytics** - Zero-effort Angular Router awareness in Google Analytics
17-
- **Router Guards** - Guard your Angular routes with built-in Firebase Authentication checks
14+
- **Lazy-loading** - AngularFire dynamically imports much of Firebase, reducing the time to load your app.
15+
- **Deploy schematics** - Get your Angular application deployed on Firebase Hosting with a single command.
16+
- **Google Analytics** - Zero-effort Angular Router awareness in Google Analytics.
17+
- **Router Guards** - Guard your Angular routes with built-in Firebase Authentication checks.
1818

1919
## Example use
2020

@@ -65,7 +65,7 @@ export class AppComponent {
6565

6666
### Polyfills
6767

68-
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:
68+
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:
6969

7070
| API | Environments | Suggested Polyfill | License |
7171
|-----|--------------|--------------------|---------|
@@ -100,7 +100,7 @@ Get help on our [Q&A board](https://github.com/angular/angularfire/discussions?d
100100
101101
## Developer Guide
102102

103-
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).
103+
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).
104104

105105
[See the v7 upgrade guide for more information on this change.](docs/version-7-upgrade.md).
106106

0 commit comments

Comments
 (0)