From 5ec411500f6eee543ce807ea7af92b26b1997c93 Mon Sep 17 00:00:00 2001 From: Salakar Date: Sat, 26 Aug 2017 05:49:34 +0100 Subject: [PATCH] [docs] misc --- docs/core/app.md | 3 ++- docs/index.html | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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;