From c71863ebfec60749617127d6a13ec0f3761d8c9d Mon Sep 17 00:00:00 2001 From: Dylan Phelan Date: Wed, 7 Feb 2024 17:42:07 -0500 Subject: [PATCH] typo fix --- dist/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/changelog.md b/dist/changelog.md index 7f0bb23d..4768d3ab 100644 --- a/dist/changelog.md +++ b/dist/changelog.md @@ -2,7 +2,7 @@ ## v2.5.3 - [non-functional] Created bug and feature issue templates in #177 -- Added logic for using patientId & clientId URL parameters to in calls to `smart.authorize` in #178 +- Added logic for using patientId & clientId URL parameters in calls to `smart.authorize` in #178 - [non-functional] Made documentation changes fixing small typos and removing unnecessary text in `docs/open_servers.md` in #178 - [non-functional] Added an .nvmrc file suggesting node v14.21.3, lts/fermium, in #178