Skip to content

Commit 40bd38d

Browse files
committed
[#9803] fix minor typos
1 parent 62c42cf commit 40bd38d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup/_update_dep_errors.rst.inc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ Or, you may have deeper issues where different libraries depend on conflicting
2121
versions of other libraries. Check your error message to debug.
2222
2323
Another issue that may happen is that the project dependencies can be installed
24-
in your local computer but not on the remote server. This usually happens when
24+
on your local computer but not on the remote server. This usually happens when
2525
the PHP versions are different on each machine. The solution is to add the
26-
`platform`_ config option in your `composer.json` file to define the highest
27-
PHP version allowed for the dependencies (set it to server's PHP version).
26+
`platform`_ config option to your `composer.json` file to define the highest
27+
PHP version allowed for the dependencies (set it to the server's PHP version).
2828

2929
.. _`platform`: https://getcomposer.org/doc/06-config.md#platform

0 commit comments

Comments
 (0)