Skip to content

Commit 5c92c0a

Browse files
committed
minor #885 [Docs] Add missing ticks (OskarStark)
This PR was merged into the main branch. Discussion ---------- [Docs] Add missing ticks | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Docs? | yes | Issues | -- | License | MIT Commits ------- 0b587c8 [Docs] Add missing ticks
2 parents d41bdc1 + 0b587c8 commit 5c92c0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/components/chat.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ This leads to a store implementing two methods::
104104
Commands
105105
--------
106106

107-
While using the `Chat` component in your Symfony application along with the ``AiBundle``,
107+
While using the ``Chat`` component in your Symfony application along with the ``AiBundle``,
108108
you can use the ``bin/console ai:message-store:setup`` command to initialize the message
109109
store and ``bin/console ai:message-store:drop`` to clean up the message store:
110110

docs/components/store.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Supported Stores
8282
Commands
8383
--------
8484

85-
While using the `Store` component in your Symfony application along with the ``AiBundle``,
85+
While using the ``Store`` component in your Symfony application along with the ``AiBundle``,
8686
you can use the ``bin/console ai:store:setup`` command to initialize the store and ``bin/console ai:store:drop`` to clean up the store:
8787

8888
.. code-block:: yaml

0 commit comments

Comments
 (0)