Skip to content

Commit

Permalink
Fixed spelling error in connection
Browse files Browse the repository at this point in the history
Fixed spelling error in the word "connection"
  • Loading branch information
daidoji authored Nov 25, 2024
1 parent 74be1c3 commit 117b7c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GETTING_STARTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -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});
Expand Down Expand Up @@ -118,4 +118,4 @@ header.value = result.headers;
"signify-resource": "EE47_NNFDv-vq0z_5ex7OTpaQf4gW7eEJlSoDFC0izhV",
"signify-timestamp": "2024-08-18T14:04:24.866000+00:00"
}
```
```

0 comments on commit 117b7c0

Please sign in to comment.