Skip to content

Commit 8dd3374

Browse files
committed
minor #896 Update index.rst (construct. will be replace to will be replaced) (abdellahrk)
This PR was merged into the 2.x branch. Discussion ---------- Update index.rst (construct. will be replace to will be replaced) | Q | A | ------------- | --- | Bug fix? | yes/no | New feature? | yes/no <!-- please update src/**/CHANGELOG.md files --> | Tickets | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT <!-- Replace this notice by a short README for your feature/bugfix. This will help people understand your PR and can be used as a start for the documentation. Additionally (see https://symfony.com/releases): - Always add tests and ensure they pass. - Never break backward compatibility (see https://symfony.com/bc). - Features and deprecations must be submitted against branch main. --> Commits ------- e4ea860 Update index.rst (construct. will be replace to will be replaced)
2 parents 45f8ee6 + e4ea860 commit 8dd3374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Turbo/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ Let's discover how to use Turbo Streams to enhance your `Symfony forms`_::
359359
{# success.stream.html.twig #}
360360
<turbo-stream action="replace" target="my_div_id">
361361
<template>
362-
The element having the id "my_div_id" will be replace by this block, without a full page reload!
362+
The element having the id "my_div_id" will be replaced by this block, without a full page reload!
363363

364364
<div>The task "{{ task }}" has been created!</div>
365365
</template>

0 commit comments

Comments
 (0)