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 +}