Skip to content

Commit

Permalink
Fix typo in contributing.md (#555)
Browse files Browse the repository at this point in the history
  • Loading branch information
petemounce committed Mar 3, 2020
1 parent ac8cfd9 commit 5284716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Expand Up @@ -30,7 +30,7 @@ If there's a feature you wish Goss would support, please open a feature request.
Some things to note prior to opening a Goss feature request:
* Goss is intended to be quick and easy to learn.
* Goss is focused on the 20% of the 80/20 rule. In other words, Goss focuses on the 20% of features that cover the core aspects of OS testing and benefit 80% of users.
* Goss is intendted to test the local machine it's running on. Tests aren't intended to be used to validate remote systems or endpoints.
* Goss is intended to test the local machine it's running on. Tests aren't intended to be used to validate remote systems or endpoints.
* Goss provides a generic [command](https://github.com/aelsabbahy/goss/blob/master/docs/manual.md#command) runner to allow users to cover more nuanced test cases.

If you believe your feature adheres to the goals of Goss, please open a [feature request](https://github.com/aelsabbahy/goss/issues) on GitHub which describes the feature you would like to see, why it is useful, and how it should work.
Expand Down

0 comments on commit 5284716

Please sign in to comment.