Skip to content

Commit 4277a27

Browse files
fix: quick typo on the README file (#2092)
1 parent b3e849d commit 4277a27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ const { data } = octokit.rest.repos.getContent({
480480
console.log("package name: %s", JSON.parse(data).name);
481481
```
482482

483-
Examaple: retrieve a repository with topics
483+
Example: retrieve a repository with topics
484484

485485
```js
486486
const { data } = octokit.rest.repos.getContent({

0 commit comments

Comments
 (0)