File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ Use **getContestTypeByName** to return data about the effects of moves when used
165
165
Use ** getContestEffectById** to return data about the effects of moves when used in contests.
166
166
167
167
``` js
168
- P .getContestTypeByName (1 )
168
+ P .getContestEffectById (1 )
169
169
.then (function (response ) {
170
170
console .log (response);
171
171
});
@@ -174,7 +174,7 @@ Use **getContestEffectById** to return data about the effects of moves when used
174
174
Use ** getSuperContestEffectById** to return data about the effects of moves when used in super contests.
175
175
176
176
``` js
177
- P .getSuperContestTypeById (1 )
177
+ P .getSuperContestEffectById (1 )
178
178
.then (function (response ) {
179
179
console .log (response);
180
180
});
You can’t perform that action at this time.
0 commit comments