@@ -14,7 +14,7 @@ Download and Install
1414Prerequisites
1515-------------
1616
17- To create the quick start application, you need the following software
17+ To create the Quick Start application, you need the following software
1818installed in your development environment:
1919
2020- `PHP <https://www.php.net/downloads>`__
@@ -51,7 +51,7 @@ to a Laravel web application.
5151
5252 composer global require laravel/installer
5353
54- When the installation successfully completes, you should see the
54+ When the installation completes, you should see the
5555 following output:
5656
5757 .. code-block:: none
@@ -68,7 +68,7 @@ to a Laravel web application.
6868
6969 laravel new {+quickstart-app-name+}
7070
71- When the installation successfully completes, you should see the
71+ When the installation completes, you should see the
7272 following output:
7373
7474 .. code-block:: none
@@ -97,7 +97,7 @@ to a Laravel web application.
9797
9898 composer require mongodb/laravel-mongodb:^{+package-version+}
9999
100- When the installation successfully completes, you should see the
100+ When the installation completes, you should see the
101101 following line in the ``require`` object in your ``composer.json`` file:
102102
103103 .. code-block:: json
0 commit comments