From 6c66a33e91d94e5787989ef046d4ded490ff6759 Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Sat, 20 Mar 2021 20:15:20 +0330 Subject: [PATCH] [SKIP CI] fix grammar (#6226) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 10bcf75e1..89169fd2c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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. |