Skip to content

Commit d4c5787

Browse files
authored
Fixed spelling error in connection (#33)
Fixed spelling error in the word "connection"
1 parent 74be1c3 commit d4c5787

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: GETTING_STARTED.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const isInstalled = await client.isExtensionInstalled();
2424

2525
## Customizing the browser extension
2626

27-
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.
27+
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.
2828

2929
```
3030
client.configureVendor({url: customizationURL});
@@ -118,4 +118,4 @@ header.value = result.headers;
118118
"signify-resource": "EE47_NNFDv-vq0z_5ex7OTpaQf4gW7eEJlSoDFC0izhV",
119119
"signify-timestamp": "2024-08-18T14:04:24.866000+00:00"
120120
}
121-
```
121+
```

0 commit comments

Comments
 (0)