Skip to content

Commit 9d3eab3

Browse files
author
EmpireElement
authored
Fix Typos
Fixed examples for getContestEffectById and getSuperContestEffectById
1 parent e6737da commit 9d3eab3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ Use **getContestTypeByName** to return data about the effects of moves when used
165165
Use **getContestEffectById** to return data about the effects of moves when used in contests.
166166

167167
```js
168-
P.getContestTypeByName(1)
168+
P.getContestEffectById(1)
169169
.then(function(response) {
170170
console.log(response);
171171
});
@@ -174,7 +174,7 @@ Use **getContestEffectById** to return data about the effects of moves when used
174174
Use **getSuperContestEffectById** to return data about the effects of moves when used in super contests.
175175

176176
```js
177-
P.getSuperContestTypeById(1)
177+
P.getSuperContestEffectById(1)
178178
.then(function(response) {
179179
console.log(response);
180180
});

0 commit comments

Comments
 (0)