Skip to content

Commit cda5299

Browse files
authored
Merge pull request #51 from liberaldev/fix-typo
`<string>` typo fix
2 parents 2c3cd55 + 00ea3ed commit cda5299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_source/index.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ layout: default
4242
<span>Current version: <a href="{{ release.url }}">{{ release.tag_name }}</a> &mdash; released {{ release.created_at | fullDate }}</span>
4343
</p>
4444

45-
<p class="landing-summary"><string>Stimulus</strong> 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 <a href="https://turbo.hotwired.dev">Turbo</a> to provide a complete solution for fast, compelling applications with a minimal amount of effort.</p>
45+
<p class="landing-summary"><strong>Stimulus</strong> 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 <a href="https://turbo.hotwired.dev">Turbo</a> to provide a complete solution for fast, compelling applications with a minimal amount of effort.</p>
4646

4747
<div class="landing-actions">
4848
<a class="landing-actions__item" href="/handbook/introduction">

0 commit comments

Comments
 (0)