Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
kernelwhisperer committed May 23, 2019
1 parent 6349189 commit 59086f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs-internal/Reviewing.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,14 @@ Note: the remote `refs/pulls` is read-only, we cannot push commits.

### Testing and adding commits

If the pull request creator has [allowed edits from maintaners][allow-edits-docs], and we wish to
If the pull request creator has [allowed edits from maintainers][allow-edits-docs], and we wish to
add some commits as well, we can proceed like this:

- Add a new remote and switch to a branch tracking it:

```sh
git remote add REMOTE_NAME [email protected]:USER/REPO.git
git fetch REMOTE_NAME
git checkout -t REMOTE_NAME/BRANCHNAME
```

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const pkg = require('../../../../package.json')
const LATEST_VERSION = 'latest'
const DEFAULT_IPFS_TIMEOUT = pkg.aragon.defaultIpfsTimeouts
const DEFAULT_IPFS_TIMEOUT = pkg.aragon.defaultIpfsTimeout

module.exports = {
args: yargs => {
Expand Down

0 comments on commit 59086f8

Please sign in to comment.