From e8e86bd16764b93a9e55df744f8b401a2e99ad6e Mon Sep 17 00:00:00 2001 From: Wayne Lambert Date: Fri, 25 Jun 2021 08:10:06 +0100 Subject: [PATCH] Update server-examples.md Remove the duplicated word of "before". --- www/server-examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/server-examples.md b/www/server-examples.md index dd2266dd..938aea6c 100644 --- a/www/server-examples.md +++ b/www/server-examples.md @@ -7,7 +7,7 @@ title: htmx - Server-Side Examples There are many examples of integrating htmx with server-side frameworks available on GitHub. Generally speaking, most server-side frameworks are already pretty well set up to integrate with htmx - after all, most of them were -rendering HTML long before before JSON became popular. +rendering HTML long before JSON became popular. Different frameworks and platforms may offer alternative systems for installing htmx - for example, in the Java / JVM ecosystem, [WebJars](https://www.webjars.org) allows the use of npm packages with popular Java build tools such as