We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45f8ee6 commit e4ea860Copy full SHA for e4ea860
src/Turbo/doc/index.rst
@@ -359,7 +359,7 @@ Let's discover how to use Turbo Streams to enhance your `Symfony forms`_::
359
{# success.stream.html.twig #}
360
<turbo-stream action="replace" target="my_div_id">
361
<template>
362
- The element having the id "my_div_id" will be replace by this block, without a full page reload!
+ The element having the id "my_div_id" will be replaced by this block, without a full page reload!
363
364
<div>The task "{{ task }}" has been created!</div>
365
</template>
0 commit comments