From 00ea3ed3a1f25d30f8afc85a254c5c873a9ab535 Mon Sep 17 00:00:00 2001 From: liberaldev Date: Sat, 31 Aug 2024 23:27:02 +0900 Subject: [PATCH] fix typo --- _source/index.njk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_source/index.njk b/_source/index.njk index da728cb..6812091 100644 --- a/_source/index.njk +++ b/_source/index.njk @@ -42,7 +42,7 @@ layout: default Current version: {{ release.tag_name }} — released {{ release.created_at | fullDate }}

-

Stimulus is a JavaScript framework with modest ambitions. It doesn’t seek to take over your entire front-end—in fact, it’s not concerned with rendering HTML at all. Instead, it’s designed to augment your HTML with just enough behavior to make it shine. Stimulus pairs beautifully with Turbo to provide a complete solution for fast, compelling applications with a minimal amount of effort.

+

Stimulus is a JavaScript framework with modest ambitions. It doesn’t seek to take over your entire front-end—in fact, it’s not concerned with rendering HTML at all. Instead, it’s designed to augment your HTML with just enough behavior to make it shine. Stimulus pairs beautifully with Turbo to provide a complete solution for fast, compelling applications with a minimal amount of effort.