Skip to content
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

Fix a few typos and grammar errors #1073

Merged
merged 1 commit into from
Feb 25, 2018
Merged
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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Sensu 2.0

[![Build Status](https://travis-ci.com/sensu/sensu-go.svg?token=bQ4K7jzHALx4myyBoqcu&branch=master)](https://travis-ci.com/sensu/sensu-go)
[![Build Status](https://travis-ci.com/sensu/sensu-go.svg?branch=master)](https://travis-ci.com/sensu/sensu-go)

## Contributing/Development

Expand All @@ -15,7 +15,7 @@ information on the DCO, please see [CONTRIBUTING.md](CONTRIBUTING.md).

### Overview

We are using the version **proto3** of the protocol buffers language. Here's some useful ressources:
We are using the version **proto3** of the protocol buffers language. Here are some useful resources:

[To learn more about protocol buffers](https://developers.google.com/protocol-buffers/docs/overview)

Expand All @@ -36,7 +36,7 @@ Once you make a change to any `*.proto` file within the **types** package, you w

## Dependencies

Sensu uses [golang/dep](https://github.com/golang/dep) for managing it's
Sensu uses [golang/dep](https://github.com/golang/dep) for managing its
dependencies.

### Usage
Expand Down