Fixing typo

This commit is contained in:
Jonathan Carter
2016-05-04 10:14:27 -07:00
parent 1d1f53c1f8
commit ef077a2ef8

View File

@@ -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
/// <reference path="../react-native/react-native.d.ts" />
@@ -323,4 +323,4 @@ declare namespace CodePush {
declare module "react-native-code-push" {
export default CodePush;
}
}