From 904d5e12a9070c98332da938b9c7aa3be5df51d2 Mon Sep 17 00:00:00 2001 From: snan Date: Thu, 7 Apr 2022 21:38:24 +0200 Subject: [PATCH] Remove double period (#852) One sentence ended like this.. --- www/examples/tabs-hyperscript.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/examples/tabs-hyperscript.md b/www/examples/tabs-hyperscript.md index 1bad1a9e..6719f9f4 100644 --- a/www/examples/tabs-hyperscript.md +++ b/www/examples/tabs-hyperscript.md @@ -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; } - \ No newline at end of file +