diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 249795c..16760d6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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. diff --git a/docs/sample.swift b/docs/sample.swift index 793d947..fd7091e 100644 --- a/docs/sample.swift +++ b/docs/sample.swift @@ -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