diff options
author | Max von Webel <max@343max.de> | 2023-11-16 15:22:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-16 15:22:09 +0100 |
commit | 0b0887c23e4b40605de2bcbb7f314b97c0cf364b (patch) | |
tree | 7ff7f5bd97aa6e80743e06bd9cbd10069932f944 | |
parent | 9fe0a680318c1ed9ae960193686cc02d33207d6d (diff) | |
download | htmx-0b0887c23e4b40605de2bcbb7f314b97c0cf364b.tar.gz htmx-0b0887c23e4b40605de2bcbb7f314b97c0cf364b.zip |
Fixed typo in examples (#2002)
lower case "i" in UIKit
-rw-r--r-- | www/content/examples/_index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/content/examples/_index.md b/www/content/examples/_index.md index a9311317..394f1e9c 100644 --- a/www/content/examples/_index.md +++ b/www/content/examples/_index.md @@ -31,7 +31,7 @@ You can copy and paste them and then adjust them for your needs. | [File Upload](@/examples/file-upload.md) | Demonstrates how to upload a file via ajax with a progress bar | [Preserving File Inputs after Form Errors](@/examples/file-upload-input.md) | Demonstrates how to preserve file inputs after form errors | [Dialogs - Browser](@/examples/dialogs.md) | Demonstrates the prompt and confirm dialogs -| [Dialogs - UIKIt](@/examples/modal-uikit.md) | Demonstrates modal dialogs using UIKit +| [Dialogs - UIKit](@/examples/modal-uikit.md) | Demonstrates modal dialogs using UIKit | [Dialogs - Bootstrap](@/examples/modal-bootstrap.md) | Demonstrates modal dialogs using Bootstrap | [Dialogs - Custom](@/examples/modal-custom.md) | Demonstrates modal dialogs from scratch | [Tabs (Using HATEOAS)](@/examples/tabs-hateoas.md) | Demonstrates how to display and select tabs using HATEOAS principles |