Skip to content

Commit e8d96b2

Browse files
authored
Fix : Fixed multiple spelling errors in Readme. (#173)
1 parent 4bef43f commit e8d96b2

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,24 +17,24 @@ The [iojs.org](./iojs.org) directory contains the [aliases.json](./iojs.org/alia
1717

1818
### Responsibility
1919

20-
Since access to the Mailgun API key is required, only members of the @nodejs/build-infra team have the permission to push code to the `master` branch. That was done in order to minimize the posibility of mismatches between the information in this repo, and the actual email routes that are set up.
20+
Since access to the Mailgun API key is required, only members of the @nodejs/build-infra team have the permission to push code to the `master` branch. That was done in order to minimize the possibility of mismatches between the information in this repo, and the actual email routes that are set up.
2121

2222
### Procedure
2323

24-
The [update](./update) directory contains a node program which will read the aliases mapping file, fetch the list of mail routes from Mailgun and update the routes to make sure they match the required state. The program is run by passing it a domain name as an agument (`update/update.js iojs.org`).
24+
The [update](./update) directory contains a node program which will read the aliases mapping file, fetch the list of mail routes from Mailgun and update the routes to make sure they match the required state. The program is run by passing it a domain name as an argument (`update/update.js iojs.org`).
2525

26-
The Mailgun API key for the given domain is required. It can be found in the `admin_logins.md` file in the secrets repo (build/infra/), or direclty via the Rackspace API. The key should be stored as a file named `iojs.org/credentials.json` in the form: `{ "api-key": "key-abc..." }` within a code tree.
26+
The Mailgun API key for the given domain is required. It can be found in the `admin_logins.md` file in the secrets repo (build/infra/), or directly via the Rackspace API. The key should be stored as a file named `iojs.org/credentials.json` in the form: `{ "api-key": "key-abc..." }` within a code tree.
2727

2828
The programs can be used with `--dry-run` to verify the current status and what will be changed by an update.
2929

3030

3131
## nodejs.org
3232

33-
`@nodejs.org` email adresses are managed by the Linux Foundation. In order to set one up:
33+
`@nodejs.org` email addresses are managed by the Linux Foundation. In order to set one up:
3434
* Create an iojs.org alias with associated recipients as described above.
3535
* Send an email to 'helpdesk@rt.linuxfoundation.org' requesting that the wanted nodejs.org address by directed to the new alias. Please CC an OpenJS Foundation contact person and provide context as to why the alias is needed.
3636

3737
## License & copyright
3838

39-
The contents of this repository is Copyright (c) Node.js Foundation and licensed under the MIT licence. All rights not explicitly granted in the MIT license are reserved. See the included LICENSE.md file for more details.
39+
The contents of this repository are Copyright (c) Node.js Foundation and licensed under the MIT licence. All rights not explicitly granted in the MIT license are reserved. See the included LICENSE.md file for more details.
4040

0 commit comments

Comments
 (0)