We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63fc8ef commit f22e90eCopy full SHA for f22e90e
CONTRIBUTING.md
@@ -76,7 +76,7 @@ Working on your first Pull Request? You can learn how from this _free_ series, [
76
*
77
* @platform ios iOS
78
*/
79
- aCoolMethod(): Promize<null>;
+ aCoolMethod(): Promise<null>;
80
}
81
```
82
- If a method works on both platforms then there's no need to annotate it
0 commit comments