diff options
author | Micael Jarniac <micael@jarniac.com> | 2023-07-10 18:54:18 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-10 15:54:18 -0600 |
commit | 88618809a2002109c01057c89d6b4f8cb5f2368d (patch) | |
tree | 3c156ef5686f36043be3accc69fe248201aa09c3 /www/content/attributes | |
parent | e6fc3246df25829da1b82306759cc49916704144 (diff) | |
download | htmx-88618809a2002109c01057c89d6b4f8cb5f2368d.tar.gz htmx-88618809a2002109c01057c89d6b4f8cb5f2368d.zip |
Fix GitHub word capitalization (#1547)
* Fix GitHub capitalization
```diff
- Github
+ GitHub
```
* Fix GitHub capitalization
```diff
- github
+ GitHub
```
Diffstat (limited to 'www/content/attributes')
-rw-r--r-- | www/content/attributes/hx-sse.md | 2 | ||||
-rw-r--r-- | www/content/attributes/hx-ws.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/content/attributes/hx-sse.md b/www/content/attributes/hx-sse.md index 16ff86c4..980806e8 100644 --- a/www/content/attributes/hx-sse.md +++ b/www/content/attributes/hx-sse.md @@ -84,7 +84,7 @@ data: <div>Content to swap into your HTML page.</div> ### Test SSE Server -Htmx includes an SSE test server with many more examples of how to use Server Sent Events. Download the htmx source code from github and navigate to /test/servers/sse to experiment. +Htmx includes an SSE test server with many more examples of how to use Server Sent Events. Download the htmx source code from GitHub and navigate to /test/servers/sse to experiment. ## Notes diff --git a/www/content/attributes/hx-ws.md b/www/content/attributes/hx-ws.md index 82ac1318..ff413297 100644 --- a/www/content/attributes/hx-ws.md +++ b/www/content/attributes/hx-ws.md @@ -44,7 +44,7 @@ Own implementations can be provided by setting `htmx.config.wsReconnectDelay` to ### Test Web Sockets Server -Htmx includes a WebSockets test server with many more examples of how to use Server Sent Events. Download the htmx source code from github and navigate to /test/servers/ws to experiment. +Htmx includes a WebSockets test server with many more examples of how to use Server Sent Events. Download the htmx source code from GitHub and navigate to /test/servers/ws to experiment. ## Notes |