From ef077a2ef81cfa2e819d7eb2ced407e5ae50f1f9 Mon Sep 17 00:00:00 2001 From: Jonathan Carter Date: Wed, 4 May 2016 10:14:27 -0700 Subject: [PATCH] Fixing typo --- typings/react-native-code-push.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/typings/react-native-code-push.d.ts b/typings/react-native-code-push.d.ts index 913c06a..eacaecc 100644 --- a/typings/react-native-code-push.d.ts +++ b/typings/react-native-code-push.d.ts @@ -1,4 +1,4 @@ -// Type definitions for React Native CodePush pligin. +// Type definitions for React Native CodePush module. // Project: https://github.com/Microsoft/react-native-code-push /// @@ -323,4 +323,4 @@ declare namespace CodePush { declare module "react-native-code-push" { export default CodePush; -} \ No newline at end of file +}