Skip to content

Commit 937cb61

Browse files
authored
Remove extra space before the dot
1 parent 155f2c0 commit 937cb61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/encore/simple-example.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ be executed. All the CSS files that were required will also be displayed.
120120

121121
The ``encore_entry_link_tags()`` and ``encore_entry_script_tags()`` functions
122122
read from an ``entrypoints.json`` file that's generated by Encore to know the exact
123-
filename(s) to render . This file is *especially* useful because you can
123+
filename(s) to render. This file is *especially* useful because you can
124124
:doc:`enable versioning</frontend/encore/versioning>` or
125125
:doc:`point assets to a CDN</frontend/encore/cdn>` without making *any* changes to your
126126
template: the paths in ``entrypoints.json`` will always be the final, correct paths.

0 commit comments

Comments
 (0)