Skip to content

Commit

Permalink
Fix typo on extensions page (#2983)
Browse files Browse the repository at this point in the history
  • Loading branch information
scrhartley authored Oct 26, 2024
1 parent 43e703b commit 70da8e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/content/extensions/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ htmx extensions are split into two categories:
| [idiomorph](/extensions/idiomorph) | Provides a `morph` swap strategy based on the [idiomorph](https://github.com/bigskysoftware/idiomorph/) morphing library, which was created by the htmx team. |
| [preload](/extensions/preload) | This extension allows you to load HTML fragments into your browser's cache before they are requested by the user, so that additional pages appear to users to load nearly instantaneously. |
| [response-targets](/extensions/response-targets) | This extension allows you to specify different target elements to be swapped when different HTTP response codes are received. |
| [sse](/extensions/sse) | Provides support for [Serve Sent Events](https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events/Using_server-sent_events) directly from HTML. |
| [sse](/extensions/sse) | Provides support for [Server Sent Events](https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events/Using_server-sent_events) directly from HTML. |
| [ws](/extensions/ws) | Provides bi-directional communication with [Web Sockets](https://developer.mozilla.org/en-US/docs/Web/API/WebSockets_API/Writing_WebSocket_client_applications) servers directly from HTML |

## Community Extensions
Expand Down

0 comments on commit 70da8e4

Please sign in to comment.