From 87bf2402d49efb8920fbfe2e43b98dca8b812f7b Mon Sep 17 00:00:00 2001 From: aeberhardo Date: Tue, 9 Apr 2013 10:38:34 +0200 Subject: [PATCH] Fixed a typo in Contributing chapter Signed-off-by: aeberhardo --- laravel/documentation/contrib/command-line.md | 2 +- laravel/documentation/contrib/tortoisegit.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/laravel/documentation/contrib/command-line.md b/laravel/documentation/contrib/command-line.md index 0602c2e2..d5bf4b3a 100644 --- a/laravel/documentation/contrib/command-line.md +++ b/laravel/documentation/contrib/command-line.md @@ -88,7 +88,7 @@ ## Committing # git commit -s -m "I added some more stuff to the Localization documentation." -- **-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. +- **-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. - **-m** is the message that goes with your commit. Provide a brief explanation of what you added or changed. diff --git a/laravel/documentation/contrib/tortoisegit.md b/laravel/documentation/contrib/tortoisegit.md index 96f1d9b9..9524657f 100644 --- a/laravel/documentation/contrib/tortoisegit.md +++ b/laravel/documentation/contrib/tortoisegit.md @@ -76,7 +76,7 @@ ## Creating Branches - Right-click the Laravel directory and goto **Git Commit -> "feature/localization-docs"…** - Commit - **Message:** Provide a brief explaination of what you added or changed - - Click **Sign** - This tells the Laravel team know that you personally agree to your code being added to the Laravel core + - Click **Sign** - This lets the Laravel team know that you personally agree to your code being added to the Laravel core - **Changes made:** Check all changed/added files - Click **OK**