Skip to content

Commit d11f530

Browse files
authored
Merge pull request #3 from EmpireElement/patch-1
Fix Typos in readme
2 parents e6737da + 9d3eab3 commit d11f530

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)