diff --git a/docs/auth.md b/docs/auth.md
index fe42ccd25..92b9aff36 100644
--- a/docs/auth.md
+++ b/docs/auth.md
@@ -51,7 +51,7 @@ export class LoginComponent {
 
 AngularFire wraps the Firebase JS SDK to ensure proper functionality in Angular, while providing the same API.
 
-Update the imports from `import { ... } from 'firebase/auth'` to `import { ... } from '@angular/fire/auth'` and follow the offical documentation.
+Update the imports from `import { ... } from 'firebase/auth'` to `import { ... } from '@angular/fire/auth'` and follow the official documentation.
 
 [Getting Started](https://firebase.google.com/docs/auth/web/start) | [API Reference](https://firebase.google.com/docs/reference/js/auth)
 
diff --git a/docs/database.md b/docs/database.md
index 5d0bb0df8..6a3994454 100644
--- a/docs/database.md
+++ b/docs/database.md
@@ -50,7 +50,7 @@ extend class DepartmentComponent {
 
 AngularFire wraps the Firebase JS SDK to ensure proper functionality in Angular, while providing the same API.
 
-Just change your imports from `import { ... } from 'firebase/database'` to `import { ... } from '@angular/fire/database'` and follow the offical documentation.
+Just change your imports from `import { ... } from 'firebase/database'` to `import { ... } from '@angular/fire/database'` and follow the official documentation.
 
 [Getting Started](https://firebase.google.com/docs/database/web/start) | [API Reference](https://firebase.google.com/docs/reference/js/database)
 
diff --git a/docs/messaging.md b/docs/messaging.md
index a1203c55a..d740456b9 100644
--- a/docs/messaging.md
+++ b/docs/messaging.md
@@ -16,10 +16,10 @@ YADA YADA YADA
 
 ## Firebase API
 
-Something something look at the offical docs
+Something something look at the official docs
 
 ## Convenience observables
 
 ### Foo
 
-bar baz
\ No newline at end of file
+bar baz
diff --git a/docs/storage.md b/docs/storage.md
index 3a54f2003..5831a1fa8 100644
--- a/docs/storage.md
+++ b/docs/storage.md
@@ -51,7 +51,7 @@ export class StorageComponent {
 
 AngularFire wraps the Firebase JS SDK to ensure proper functionality in Angular, while providing the same API.
 
-Update the imports from `import { ... } from 'firebase/storage'` to `import { ... } from '@angular/fire/storage'` and follow the offical documentation.
+Update the imports from `import { ... } from 'firebase/storage'` to `import { ... } from '@angular/fire/storage'` and follow the official documentation.
 
 [Getting Started](https://firebase.google.com/docs/storage/web/start) | [API Reference](https://firebase.google.com/docs/reference/js/storage)
 
@@ -87,4 +87,4 @@ export class StorageComponent {
         }
     }
 }
-```
\ No newline at end of file
+```