Remove double period (#852)

One sentence ended like this..
This commit is contained in:
snan 2022-04-07 21:38:24 +02:00 committed by GitHub
parent ee5c96b399
commit 904d5e12a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ layout: demo_layout.njk
This example shows how to load tab contents using htmx, and to select the "active" tab using Javascript. This reduces some duplication by offloading some of the work of re-rendering the tab HTML from your application server to your clients' browsers.
You may also consider [a more idiomatic approach](../tabs-hateoas) that follows the principle of [Hypertext As The Engine Of Application State](https://en.wikipedia.org/wiki/HATEOAS)..
You may also consider [a more idiomatic approach](../tabs-hateoas) that follows the principle of [Hypertext As The Engine Of Application State](https://en.wikipedia.org/wiki/HATEOAS).
### Example Code
@ -90,4 +90,4 @@ The HTML below displays a list of tabs, with added HTMX to dynamically load each
#tab-contents {
padding:10px;
}
</style>
</style>