Skip to content

Commit 07b3c8d

Browse files
author
Chris Cho
committed
grammar updates
1 parent c7c93c7 commit 07b3c8d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/quick-start/create-a-connection-string.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ manual.
4848

4949
.. step:: Update the Placeholders
5050

51-
Paste this connection string into a a file in your preferred text editor
51+
Paste this connection string into a file in your preferred text editor
5252
and replace the ``<username>`` and ``<password>`` placeholders with
5353
your database user's username and password.
5454

docs/quick-start/download-and-install.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Download and Install
1414
Prerequisites
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
1818
installed 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

docs/quick-start/view-data.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ View Sample MongoDB Data
2525

2626
php artisan make:model Movie -cr
2727

28-
When the command successfully completes, you should see the following
28+
When the command completes, you should see the following
2929
output:
3030

3131
.. code-block:: none

0 commit comments

Comments
 (0)