Fix typo.

This commit is contained in:
Filipe Brito 2019-09-18 11:34:51 -03:00
parent 88e6846f66
commit 7c22f9df82
1 changed files with 1 additions and 1 deletions

View File

@ -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';