Skip to content

Commit

Permalink
Re-write plaforms support phrase in docs using active voice
Browse files Browse the repository at this point in the history
I can't find a decent link to support this claim, but active voice is
recommended instead of passive voice in order to achieve more clarity in
writing.

Moreover, the simpler we can make our writing, the easier it will be for
non-native speakers (and native too) to understand it.
  • Loading branch information
mokagio committed Feb 9, 2020
1 parent 743db2c commit 436a318
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Actually doing that though, is a bit of a process.
`source/ci_source/providers`][provs]. These use ENV VARs to figure out which CI `danger ci` is running on and validate
whether it is a pull request.

**Step 2: Platform**. Danger needs to know which platform the code review is happening in. Today Github, Gitlab,
BitBucket Server and BitBucket Cloud are supported. You can see them them all in [`source/platforms`][platforms].
**Step 2: Platform**. Danger needs to know which platform the code review is happening in. Today, Danger supports
Github, Gitlab, BitBucket Server, and BitBucket Cloud. You can see them them all in [`source/platforms`][platforms].

**Step 3: JSON DSL**. To allow for all of:

Expand Down

0 comments on commit 436a318

Please sign in to comment.