From c03362d35578ad786b1acc16a8934cd32fd63b53 Mon Sep 17 00:00:00 2001 From: Oscar Dominguez Date: Sun, 3 Oct 2021 18:37:00 +0200 Subject: [PATCH] chore(package.json): fix typo in package.json description --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1cc4bc881..bac6b65d1 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "publishConfig": { "access": "public" }, - "description": "Send parameterized requests to GitHub’s APIs with sensible defaults in browsers and Node", + "description": "Send parameterized requests to GitHub's APIs with sensible defaults in browsers and Node", "scripts": { "build": "pika build", "lint": "prettier --check '{src,test}/**/*' README.md package.json",