Skip to content

Commit

Permalink
docs: Fix typo in URL to prevent broken link redirect (#2962)
Browse files Browse the repository at this point in the history
Doc: Fix typo in URL to prevent broken link redirect
  • Loading branch information
youssame authored Oct 11, 2024
1 parent 1242977 commit 56ca3ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/content/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -999,7 +999,7 @@ If you wanted to swap everything, regardless of HTTP response code, you could us
<meta name="htmx-config" content='{"responseHandling": [{"code":".*", "swap": true}]}' /> <!--all responses are swapped-->
```

Finally, it is worth considering using the [Response Targets](/extensions/reponse-targets)
Finally, it is worth considering using the [Response Targets](/extensions/response-targets)
extension, which allows you to configure the behavior of response codes declaratively via attributes.

### CORS
Expand Down

0 comments on commit 56ca3ee

Please sign in to comment.