From d4c5787a59b28e9a775836385a246d5a61099347 Mon Sep 17 00:00:00 2001 From: Charles Lanahan Date: Mon, 25 Nov 2024 12:32:19 -0500 Subject: [PATCH] Fixed spelling error in connection (#33) Fixed spelling error in the word "connection" --- GETTING_STARTED.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GETTING_STARTED.md b/GETTING_STARTED.md index 4d1211d..099be14 100644 --- a/GETTING_STARTED.md +++ b/GETTING_STARTED.md @@ -24,7 +24,7 @@ const isInstalled = await client.isExtensionInstalled(); ## Customizing the browser extension -The browser extension could be customized, including changing the URL of the KERIA agent to which the extension is conneted or modifying the logo and colors of the browser extension according to the art style of a specific vendor. +The browser extension could be customized, including changing the URL of the KERIA agent to which the extension is connected or modifying the logo and colors of the browser extension according to the art style of a specific vendor. ``` client.configureVendor({url: customizationURL}); @@ -118,4 +118,4 @@ header.value = result.headers; "signify-resource": "EE47_NNFDv-vq0z_5ex7OTpaQf4gW7eEJlSoDFC0izhV", "signify-timestamp": "2024-08-18T14:04:24.866000+00:00" } -``` \ No newline at end of file +```