Skip to content

Commit 7dfeaba

Browse files
committed
Fixed a minor RST syntax issue
1 parent 8fa2180 commit 7dfeaba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/_update_dep_errors.rst.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ versions of other libraries. Check your error message to debug.
2424
Another issue that may happen is that the project dependencies can be installed
2525
on your local computer but not on the remote server. This usually happens when
2626
the PHP versions are different on each machine. The solution is to add the
27-
`platform`_ config option to your `composer.json` file to define the highest
27+
`platform`_ config option to your ``composer.json`` file to define the highest
2828
PHP version allowed for the dependencies (set it to the server's PHP version).
2929
3030
.. _`platform`: https://getcomposer.org/doc/06-config.md#platform

0 commit comments

Comments
 (0)