From bdf1d7d156941200aaeee65355779819a910630f Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Mon, 12 Jul 2021 12:00:27 +0200 Subject: [PATCH] Update docusaurus/docs/Flutter/guides/adding_push_notifcations.mdx Co-authored-by: Deven Joshi --- docusaurus/docs/Flutter/guides/adding_push_notifcations.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus/docs/Flutter/guides/adding_push_notifcations.mdx b/docusaurus/docs/Flutter/guides/adding_push_notifcations.mdx index c2164ebc..38b91833 100644 --- a/docusaurus/docs/Flutter/guides/adding_push_notifcations.mdx +++ b/docusaurus/docs/Flutter/guides/adding_push_notifcations.mdx @@ -99,7 +99,7 @@ Make sure to read the [general push docs](https://getstream.io/chat/docs/flutter ### Testing if Push Notifications are Setup Correctly -If you're not sure if you've set up push notifications correctly (eg you don't always receive them, they work unreliably), you can follow these steps to make sure your config is correct and working: +If you're not sure if you've set up push notifications correctly (e.g. you don't always receive them, they work unreliably), you can follow these steps to make sure your config is correct and working: 1. Clone our repo for push testing git clone git@github.com:GetStream/chat-push-test.git