From 9bf5e6ffba41d7b1d762feea64d410fe1aaf3289 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Umut=20Topuzo=C4=9Flu?= Date: Wed, 15 Apr 2020 21:19:37 +0200 Subject: [PATCH] docs: typo messaging --- docs/messaging/usage/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/messaging/usage/index.md b/docs/messaging/usage/index.md index 49a4182b..8bbfc0f0 100644 --- a/docs/messaging/usage/index.md +++ b/docs/messaging/usage/index.md @@ -23,7 +23,7 @@ cd ios/ && pod install ``` > iOS requires further configuration steps to be carried out before you can start receiving and sending -> messages through Firebase. Read the documentation on how to [setup iOS with Firebase Messagig](/messaging/usage/ios-setup). +> messages through Firebase. Read the documentation on how to [setup iOS with Firebase Messaging](/messaging/usage/ios-setup). If you're using an older version of React Native without auto-linking support, or wish to integrate into an existing project, you can follow the manual installation steps for [iOS](/messaging/usage/installation/ios) and [Android](/messaging/usage/installation/android).