From 7c22f9df82ca7c36a29292833860a0685d96c5e8 Mon Sep 17 00:00:00 2001 From: Filipe Brito Date: Wed, 18 Sep 2019 11:34:51 -0300 Subject: [PATCH] Fix typo. --- app/constants/credentials.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/constants/credentials.js b/app/constants/credentials.js index 03206fc67..b04ffd7e0 100644 --- a/app/constants/credentials.js +++ b/app/constants/credentials.js @@ -1,4 +1,4 @@ -// This file hosts the contansts with the values used on native apps (User Defaults on iOS and Shared Preferences on Android). +// This file hosts the constants with the values used on native apps (User Defaults on iOS and Shared Preferences on Android). import { isIOS } from '../utils/deviceInfo'; export const IDENTIFIER = isIOS ? 'group.ios.chat.rocket' : 'chat.rocket.android';