Skip to content

Commit c37931f

Browse files
authored
fix: package.json description (#409)
Fixes an encoding issue.
1 parent d62f291 commit c37931f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"publishConfig": {
55
"access": "public"
66
},
7-
"description": "Octokit plugin for GitHub’s recommended request throttling",
7+
"description": "Octokit plugin for GitHub's recommended request throttling",
88
"scripts": {
99
"build": "pika build",
1010
"lint": "prettier --check '{src,scripts,test}/**/*' '!*/generated/**' README.md package.json",

0 commit comments

Comments
 (0)