From b12fe446e436fe017538bf0c7c7cd451d6793ab6 Mon Sep 17 00:00:00 2001 From: Thomas Hallock Date: Thu, 6 Jun 2019 09:45:33 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 34bee8a..b412289 100755 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ PDJS.api({ * `success` -- the callback function that is called when the API call completes successfully. This is **required**. * `error` -- the callback function that is called when there is an error with the API call. This parameter is optional, though recommended. -*In additino to specififying the endpoint, the `res` parameter may have an ID in it. For example, here's how to get the [notes](https://v2.developer.pagerduty.com/v2/page/api-reference#!/Incidents/get_incidents_id_notes) for an `incident` with the ID of `PNCII2E`. +*In addition to specififying the endpoint, the `res` parameter may have an ID in it. For example, here's how to get the [notes](https://v2.developer.pagerduty.com/v2/page/api-reference#!/Incidents/get_incidents_id_notes) for an `incident` with the ID of `PNCII2E`. ```javascript PDJS.api({