[SKIP CI] fix grammar (#6226)

This commit is contained in:
Aria Moradi 2021-03-20 20:15:20 +03:30 committed by GitHub
parent 9f26f2b03c
commit 6c66a33e91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ The class which is refrenced and defined by `extClass` in `build.gradle`. This c
| Class | Description |
| ----- | ----------- |
|`SourceFactory`| Used to expose multiple `Source`s. Used in case of a source that supports multiple languages or mirrors of the same website. For similar websites use [theme sources](#multi-source-themes). |
|`SourceFactory`| Used to expose multiple `Source`s. Use this in case of a source that supports multiple languages or mirrors of the same website. For similar websites use [theme sources](#multi-source-themes). |
| `HttpSource`| For online source, where requests are made using HTTP. |
| `ParsedHttpSource`| Similar to `HttpSource`, but has methods useful for scraping pages. |