From d46d5520e127ac5e45cc3b9d6039da05116d1832 Mon Sep 17 00:00:00 2001 From: Arun Raj R Date: Tue, 16 Mar 2021 22:45:17 +0530 Subject: [PATCH] docs(root): Fixed typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4461c0e3d..1d3a4bc2b 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ export class MyApp { ### 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 compatability 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 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. | Angular | Firebase | AngularFire | | --------|----------|--------------|