Skip to content

Commit 46b56dd

Browse files
committed
Fix typo: programatically -> programmatically
1 parent 6a27e20 commit 46b56dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-web-pubsub/reference-client-sdk-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ client.on("stopped", () => {
113113
});
114114
```
115115

116-
### Use an application server to generate `Client Access URL` programatically
116+
### Use an application server to generate `Client Access URL` programmatically
117117
In production, clients usually fetch `Client Access URL` from an application server. The server holds the `connection string` to your Web PubSub resource and generates the `Client Access URL` with help from the server-side library `@azure/web-pubsub`.
118118

119119
#### 1. Application server

0 commit comments

Comments
 (0)