From 6ad6836ab4b8f123ac2f7628ac02fad7cdc483bc Mon Sep 17 00:00:00 2001 From: D'ontreye Nero Date: Fri, 26 Jul 2019 15:36:03 -0400 Subject: [PATCH] Update initial-setup.md Update typo: minior -> minor --- docs/installation/initial-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/initial-setup.md b/docs/installation/initial-setup.md index 145f3959..5062c6bd 100644 --- a/docs/installation/initial-setup.md +++ b/docs/installation/initial-setup.md @@ -6,7 +6,7 @@ Install React Native Firebase from NPM: npm install --save react-native-firebase ``` -!> **Semver warning:** while v5 is in long-term maintenance during the v6 transition, v5 will allow *breaking change* in minior releases. Configure your `package.json` dependency to use the '~' semver range instead of '^' to avoid unexpected breaking change. +!> **Semver warning:** while v5 is in long-term maintenance during the v6 transition, v5 will allow *breaking change* in minor releases. Configure your `package.json` dependency to use the '~' semver range instead of '^' to avoid unexpected breaking change. ## Firebase