Skip to content

Commit

Permalink
Merge pull request #901 from manaswinidas/improve
Browse files Browse the repository at this point in the history
Fixes minor typos in README and CONTRIBUTING.md
  • Loading branch information
abhishektrip authored Jul 25, 2018
2 parents 66b3fa0 + ae146eb commit 23591cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
If you want to contribute:

1. Ensure that existing [pull requests](https://github.com/mapbox/mapbox-unity-sdk/pulls) and [issues](https://github.com/mapbox/mapbox-unity-sdk/issues) don’t already cover your contribution or question.
2. Please see [known issues](https://www.mapbox.com/mapbox-unity-sdk/docs/02-known-issues.html) for contrubition ideas.
2. Please see [known issues](https://www.mapbox.com/mapbox-unity-sdk/docs/02-known-issues.html) for contribution ideas.
3. Pull requests are gladly accepted. We require code reviews before merging PRs. When your tests pass, tag a project contributor (for example, @isiyu, @BergWerkGIS, @brnky, or @david-rhodes) and request a review.
4. Please adhere to our [coding style](CODING-STYLE.md).

Expand Down Expand Up @@ -46,7 +46,7 @@ Windows
update-mapbox-unity-sdk-core.bat
```

This process copies releavant files from `mapbox-sdk-unity/dependencies` to `mapbox-sdk-unity/sdkproject/Assets/Mapbox/Core/`.
This process copies relevant files from `mapbox-sdk-unity/dependencies` to `mapbox-sdk-unity/sdkproject/Assets/Mapbox/Core/`.

# Contributing from your own project

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Tools for using Mapbox APIs with C# / Unity. If you'd like to contribute to the
This repo contains:
- Unity specific tools and libraries for processing Mapbox data
- Example projects using Mapbox Maps SDK for Unity
- DocFX project for generateing API documentation
- DocFX project for generating API documentation
- Written manuals and guides

# Getting started
Expand Down

0 comments on commit 23591cf

Please sign in to comment.