Skip to content

Commit ebe425c

Browse files
committed
minor #406 Removing unnecessary double slashes in docs (weaverryan)
This PR was merged into the 2.x branch. Discussion ---------- Removing unnecessary double slashes in docs | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Tickets | None | License | MIT Double slashes are not needed inside normal ticks - an oversight on my part. Commits ------- ca4546f Removing unnecessary double slashes in docs
2 parents a22e909 + ca4546f commit ebe425c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Autocomplete/src/Resources/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ endpoint and then :ref:`initialize the Stimulus controller manually <manual-stim
370370
This only works for Doctrine entities: see `Manually using the Stimulus Controller`_
371371
if you're autocompleting something other than an entity.
372372

373-
To expose the endpoint, create a class that implements ``Symfony\\UX\\Autocomplete\\EntityAutocompleterInterface``::
373+
To expose the endpoint, create a class that implements ``Symfony\UX\Autocomplete\EntityAutocompleterInterface``::
374374

375375
namespace App\Autocompleter;
376376

0 commit comments

Comments
 (0)