Skip to content

Commit 64953eb

Browse files
committed
Merge pull request laravel#1869 from aeberhardo/docs/contributing-typo
Fixed a typo in "Contributing" chapter
2 parents 936160f + 87bf240 commit 64953eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

laravel/documentation/contrib/command-line.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Next, commit the changes to the repository:
8888

8989
# git commit -s -m "I added some more stuff to the Localization documentation."
9090

91-
- **-s** means that you are signing-off on your commit with your name. This tells the Laravel team know that you personally agree to your code being added to the Laravel core.
91+
- **-s** means that you are signing-off on your commit with your name. This lets the Laravel team know that you personally agree to your code being added to the Laravel core.
9292
- **-m** is the message that goes with your commit. Provide a brief explanation of what you added or changed.
9393

9494
<a name="pushing-to-your-fork"></a>

laravel/documentation/contrib/tortoisegit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Now that you have finished coding and testing your changes, it's time to commit
7676
- Right-click the Laravel directory and goto **Git Commit -> "feature/localization-docs"…**
7777
- Commit
7878
- **Message:** Provide a brief explaination of what you added or changed
79-
- Click **Sign** - This tells the Laravel team know that you personally agree to your code being added to the Laravel core
79+
- Click **Sign** - This lets the Laravel team know that you personally agree to your code being added to the Laravel core
8080
- **Changes made:** Check all changed/added files
8181
- Click **OK**
8282

0 commit comments

Comments
 (0)