Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo, improve wording #13287

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions doc/setup.rst
Expand Up @@ -111,13 +111,13 @@ You can clone current phpMyAdmin source from

git clone https://github.com/phpmyadmin/phpmyadmin.git

Additionally you need to install dependencies using `Composer tool`_:
Additionally you need to install dependencies using the `Composer tool`_:

.. code-block:: sh

composer update

If you do not intend to develop, you can skip installation of developer tools
If you do not intend to develop, you can skip the installation of developer tools
by invoking:

.. code-block:: sh
Expand All @@ -130,8 +130,8 @@ by invoking:
Installing using Composer
+++++++++++++++++++++++++

You can install phpMyAdmin using `Composer tool`_, since 4.7.0 the releases
are automatically mirrorred to the default `Packagist`_ repository.
You can install phpMyAdmin using the `Composer tool`_, since 4.7.0 the releases
are automatically mirrored to the default `Packagist`_ repository.

.. note::

Expand Down