diff --git a/docs/core/app.md b/docs/core/app.md index 5d923a55..5d341e24 100644 --- a/docs/core/app.md +++ b/docs/core/app.md @@ -5,7 +5,8 @@ RNFirebase supports both initializing apps natively and also via js code over th Apps initialized natively are available immediately at app runtime, there is no need to call `initializeApp` for them. For example, to access the default app initialized via the `Google-Services` `plist` or `json` file: -```javascipt + +```js import firebase from 'react-native-firebase'; const defaultApp = firebase.app(); diff --git a/docs/index.html b/docs/index.html index 71544a1c..f098a96f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -322,7 +322,7 @@ } a:-webkit-any-link:hover { text-decoration:none !important; - transform: scale(1.05); + margin-left: 3px; } .rnfirebase-header > span > a { border:none;