Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit ef077a2

Browse files
committed
Fixing typo
1 parent 1d1f53c commit ef077a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

typings/react-native-code-push.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Type definitions for React Native CodePush pligin.
1+
// Type definitions for React Native CodePush module.
22
// Project: https://github.com/Microsoft/react-native-code-push
33

44
/// <reference path="../react-native/react-native.d.ts" />
@@ -323,4 +323,4 @@ declare namespace CodePush {
323323

324324
declare module "react-native-code-push" {
325325
export default CodePush;
326-
}
326+
}

0 commit comments

Comments
 (0)