Skip to content

Commit f22e90e

Browse files
richerfumikehardy
authored andcommitted
docs(contributing): fix promise typo
1 parent 63fc8ef commit f22e90e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Working on your first Pull Request? You can learn how from this _free_ series, [
7676
*
7777
* @platform ios iOS
7878
*/
79-
aCoolMethod(): Promize<null>;
79+
aCoolMethod(): Promise<null>;
8080
}
8181
```
8282
- If a method works on both platforms then there's no need to annotate it

0 commit comments

Comments
 (0)