Skip to content

Fix GitHub spelling #231

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 2, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ frustration later on.
### Code reviews

All submissions, including submissions by project members, require review. We
use Github pull requests for this purpose.
use GitHub pull requests for this purpose.

### The small print

Expand Down
2 changes: 1 addition & 1 deletion ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

### Step 1: Are you in the right place?

* For issues or feature requests related to the code **in this repository** file a Github issue.
* For issues or feature requests related to the code **in this repository** file a GitHub issue.
* For general technical questions, post a question on [StackOverflow](http://stackoverflow.com/) tagged appropriately.
* For general Firebase discussion, use the [firebase-talk google group](https://groups.google.com/forum/#!forum/firebase-talk)
* For help troubleshooting your application that does not fall under one of the above categories, reach out to the [personalized Firebase support channel](https://firebase.google.com/support/contact/troubleshooting/)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ To deploy FirebaseUI to Bintray
1. Go to the Bintray dashboard and click 'Publish'.
1. In Bintray click the 'Maven Central' tab and publish the release.

### Tag a release on Github
### Tag a release on GitHub

* Ensure that all your changes are on master and that your local build is on master
* Ensure that the correct version number is in `common/constants.gradle`
Expand Down