Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos #134

Open
wants to merge 1 commit into
base: development
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ development of the project.
```
$ npm run build # Transform the code with 'babel'
$ npm run docs # Generate the documentation with 'esdoc'
$ npm run debug # Run the applicaiton in debug mode
$ npm run debug # Run the application in debug mode
$ npm run dev # Run the application in development mode
$ npm run flow # Check flow typings
$ npm run lint # Check javascript style
Expand Down
2 changes: 1 addition & 1 deletion dredd.hooks.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Import the neccesary modules.
// Import the necessary modules.
// @flow
import 'dotenv/config'
// @flow-ignore
Expand Down
2 changes: 1 addition & 1 deletion manual/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ The following `query` properties can be used:
- offset # The page to search on
```

Only anime will be scraped on [nyaa.se](https://nyaa.se/), this is because [nyaa.se](https://nyaa.se/) is focuses on East Asian content. The [`Nyaa`]() class will automaticly add the `category` and `sub_category` properties. The `offset` does not to be indicated since the algorithm for scraping [nyaa.se](https://nya.se/) will go through all the available pages (max of 100 pages/10.500 torrent due to site limitations).
Only anime will be scraped on [nyaa.se](https://nyaa.se/), this is because [nyaa.se](https://nyaa.se/) is focuses on East Asian content. The [`Nyaa`]() class will automatically add the `category` and `sub_category` properties. The `offset` does not to be indicated since the algorithm for scraping [nyaa.se](https://nya.se/) will go through all the available pages (max of 100 pages/10.500 torrent due to site limitations).

**An example of a provider:**
```javascript
Expand Down
2 changes: 1 addition & 1 deletion src/middleware/Cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default class Cli extends BaseCli {
name: string

/**
* The verion of the Cli program.
* The version of the Cli program.
* @type {string}
*/
version: string
Expand Down