Skip to content

Commit b25d56c

Browse files
committed
Fix Github typos
1 parent 3d504e1 commit b25d56c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Diff for: contributions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ However, if you file a bug report, your issue should contain a title and a clear
1717

1818
Remember, bug reports are created in the hope that others with the same problem will be able to collaborate with you on solving it. Do not expect that the bug report will automatically see any activity or that others will jump to fix it. Creating a bug report serves to help yourself and others start on the path of fixing the problem.
1919

20-
The Laravel source code is managed on Github, and there are repositories for each of the Laravel projects:
20+
The Laravel source code is managed on GitHub, and there are repositories for each of the Laravel projects:
2121

2222
<div class="content-list" markdown="1">
2323
- [Laravel Application](https://github.com/laravel/laravel)

Diff for: homestead.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ You may install Homestead by simply cloning the repository. Consider cloning the
8080

8181
git clone https://github.com/laravel/homestead.git Homestead
8282

83-
You should check out a tagged version of Homestead since the `master` branch may not always be stable. You can find the latest stable version on the [Github Release Page](https://github.com/laravel/homestead/releases):
83+
You should check out a tagged version of Homestead since the `master` branch may not always be stable. You can find the latest stable version on the [GitHub Release Page](https://github.com/laravel/homestead/releases):
8484

8585
cd Homestead
8686

Diff for: releases.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1065,7 +1065,7 @@ The popular `dd` helper function, which dumps variable debug information, has be
10651065
<a name="laravel-4.2"></a>
10661066
## Laravel 4.2
10671067

1068-
The full change list for this release by running the `php artisan changes` command from a 4.2 installation, or by [viewing the change file on Github](https://github.com/laravel/framework/blob/4.2/src/Illuminate/Foundation/changes.json). These notes only cover the major enhancements and changes for the release.
1068+
The full change list for this release by running the `php artisan changes` command from a 4.2 installation, or by [viewing the change file on GitHub](https://github.com/laravel/framework/blob/4.2/src/Illuminate/Foundation/changes.json). These notes only cover the major enhancements and changes for the release.
10691069

10701070
> {note} During the 4.2 release cycle, many small bug fixes and enhancements were incorporated into the various Laravel 4.1 point releases. So, be sure to check the change list for Laravel 4.1 as well!
10711071
@@ -1126,7 +1126,7 @@ In production, destructive migration operations will now ask for confirmation. C
11261126

11271127
### Full Change List
11281128

1129-
The full change list for this release by running the `php artisan changes` command from a 4.1 installation, or by [viewing the change file on Github](https://github.com/laravel/framework/blob/4.1/src/Illuminate/Foundation/changes.json). These notes only cover the major enhancements and changes for the release.
1129+
The full change list for this release by running the `php artisan changes` command from a 4.1 installation, or by [viewing the change file on GitHub](https://github.com/laravel/framework/blob/4.1/src/Illuminate/Foundation/changes.json). These notes only cover the major enhancements and changes for the release.
11301130

11311131
### New SSH Component
11321132

Diff for: upgrade.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -518,4 +518,4 @@ The `addError` method has been renamed to `addFailure`. In addition, the `doRepl
518518

519519
### Miscellaneous
520520

521-
We also encourage you to view the changes in the `laravel/laravel` [GitHub repository](https://github.com/laravel/laravel). While many of these changes are not required, you may wish to keep these files in sync with your application. Some of these changes will be covered in this upgrade guide, but others, such as changes to configuration files or comments, will not be. You can easily view the changes with the [Github comparison tool](https://github.com/laravel/laravel/compare/5.3...master) and choose which updates are important to you.
521+
We also encourage you to view the changes in the `laravel/laravel` [GitHub repository](https://github.com/laravel/laravel). While many of these changes are not required, you may wish to keep these files in sync with your application. Some of these changes will be covered in this upgrade guide, but others, such as changes to configuration files or comments, will not be. You can easily view the changes with the [GitHub comparison tool](https://github.com/laravel/laravel/compare/5.3...master) and choose which updates are important to you.

0 commit comments

Comments
 (0)