mirror of
https://github.com/mas-cli/mas
synced 2024-12-03 16:59:24 +00:00
Fix typos in documentation
Partial #538 Signed-off-by: Ross Goldberg <484615+rgoldberg@users.noreply.github.com>
This commit is contained in:
parent
622a154fb9
commit
7132e7eed9
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ We love pull requests from everyone. By participating in this project, you agree
|
|||
- [Open an issue](https://github.com/mas-cli/mas/issues/new) to simply ask a question or request a new feature.
|
||||
- Search for similar issues with the
|
||||
[ERROR MESSAGE](https://github.com/mas-cli/mas/issues?utf8=%E2%9C%93&q=is%3Aopen+ERROR+MESSAGE)
|
||||
you are exeriencing.
|
||||
you are experiencing.
|
||||
- If one doesn't exist, [open a new issue](https://github.com/mas-cli/mas/issues/new)
|
||||
- Clearly describe the issue including steps to reproduce when it is a bug.
|
||||
- Include the earliest version of `mas` that you know has the issue.
|
||||
|
|
|
@ -74,7 +74,7 @@ case let .success(data):
|
|||
print("The response returned successfully \(data)")
|
||||
|
||||
case let .failure(error):
|
||||
print("An error occured: \(error)")
|
||||
print("An error occurred: \(error)")
|
||||
}
|
||||
|
||||
// MARK: Organization
|
||||
|
|
Loading…
Reference in a new issue