Skip to content

Commit

Permalink
Fix typo (#5960)
Browse files Browse the repository at this point in the history
  • Loading branch information
acid-chicken authored and nitisht committed May 22, 2018
1 parent 71c4ff9 commit 483fe4b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Start by forking the Minio GitHub repository, make changes in a branch and then send a pull request. We encourage pull requests to discuss code changes. Here are the steps in details:

### Setup your Minio Github Repository
### Setup your Minio GitHub Repository
Fork [Minio upstream](https://github.com/minio/minio/fork) source repository to your own personal repository. Copy the URL of your Minio fork (you will need it for the `git clone` command below).

```sh
Expand Down
2 changes: 1 addition & 1 deletion MAINTAINERS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# For maintainers only

### Setup your minio Github Repository
### Setup your minio GitHub Repository

Fork [minio upstream](https://github.com/minio/minio/fork) source repository to your own personal repository.
```bash
Expand Down
2 changes: 1 addition & 1 deletion browser/app/js/browser/BrowserDropdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export class BrowserDropdown extends React.Component {
<Dropdown.Menu className="dropdown-menu-right">
<li>
<a target="_blank" href="https://github.com/minio/minio">
Github <i className="fa fa-github" />
GitHub <i className="fa fa-github" />
</a>
</li>
<li>
Expand Down
2 changes: 1 addition & 1 deletion docs/tls/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,4 +179,4 @@ Minio can be configured to connect to other servers, whether Minio nodes or serv
* [TLS Configuration for Minio server on Kubernetes](https://github.com/minio/minio/tree/master/docs/tls/kubernetes)
* [Minio Client Complete Guide](https://docs.minio.io/docs/minio-client-complete-guide)
* [Generate Let's Encrypt Certificate](https://docs.minio.io/docs/generate-let-s-encypt-certificate-using-concert-for-minio)
* [Setup Nginx Proxy with Minio Server](https://docs.minio.io/docs/setup-nginx-proxy-with-minio)
* [Setup nginx Proxy with Minio Server](https://docs.minio.io/docs/setup-nginx-proxy-with-minio)
2 changes: 1 addition & 1 deletion pkg/madmin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This quickstart guide will show you how to install the Minio Admin client SDK, c

This document assumes that you have a working [Golang setup](https://docs.minio.io/docs/how-to-install-golang).

## Download from Github
## Download from GitHub

```sh

Expand Down

0 comments on commit 483fe4b

Please sign in to comment.