Skip to content

Commit

Permalink
docs: Various grammar fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
honzajavorek committed Oct 11, 2016
1 parent 8c165ce commit 8d5de25
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
@@ -1,9 +1,9 @@

#### :rocket: Why this change?

#### :memo: Related Issues and Pull Requests
#### :memo: Related issues and Pull Requests

#### :white_check_mark: What I did not forget?
#### :white_check_mark: What did I not forget?

- [ ] To write tests
- [ ] To put [Conventional Changelog](https://dredd.readthedocs.io/en/latest/contributing/#sem-rel) prefixes in front of all my commits
2 changes: 1 addition & 1 deletion docs/contributing.md
Expand Up @@ -94,7 +94,7 @@ When releasing, make sure you respect the tagging:
- To release pre-release, e.g. `42.1.0-pre.7`, use just `npm publish`.
- To release any other version, e.g. `42.1.0`, use `npm publish && npm dist-tag add dredd@42.1.0 stable`.

Releasing standard versions is currently automated by [Semantic Release][]. Releasing pre-releases is not automated and needs to be done manually, ideally from a special git branch.
Releasing process for standard versions is currently automated by [Semantic Release][]. Releasing process for pre-releases is not automated and needs to be done manually, ideally from a special git branch.

### Testing

Expand Down
4 changes: 2 additions & 2 deletions docs/data-structures.md
Expand Up @@ -57,7 +57,7 @@ Transaction object is passed as a first argument to [hook functions](hooks.md) a
- `pass` (string)
- `fail` (string)
- `skip` (string)
- message (string) - concatenated all messages of all [Gavel Errors](#gavel-error) in `results` or Dredd's custom message (e.g. "failed in before hook")
- message (string) - concatenation of all messages from all [Gavel Errors](#gavel-error) in `results` or Dredd's custom message (e.g. "failed in before hook")
- results (Dredd's [transaction][].results)
- valid (boolean)
- origin (object) - [transaction][].origin
Expand All @@ -75,7 +75,7 @@ This is a slightly retarded cousin of the [Gavel Validation Result](#gavel-valid
- results (array[[Gavel Validator Output][]])
- body (object)
- results (array[[Gavel Validator Output][]])
- version (object, optional) - this is sometimes not present (correctly filtered out) and sometimes present
- version (object, optional) - this is sometimes not present (correctly filtered out) but sometimes is
- results (array) - empty array

<a name="gavel-validation-result"></a>
Expand Down

0 comments on commit 8d5de25

Please sign in to comment.