Skip to content

Commit

Permalink
fixes typos in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bosshy committed May 19, 2022
1 parent 50099c6 commit 94d50f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/elasticsearch.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Controller
----------

Then you can see in ``project/src/Controller/BeerController.php`` file some interaction to show Elasticsearch results.
Same as before, decomposed code to explan each steps::
Same as before, decomposed code to explain each step::

// With the `getIndex` method, we get a reference of the index we want (here I'm asking for 'beers' index)
$index = $client->getIndex(self::BEERS_INDEX);
Expand Down

0 comments on commit 94d50f7

Please sign in to comment.