File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ WebMagic use slf4j with slf4j-log4j12 implementation. If you customized your slf
5050
5151### First crawler:
5252
53- Write a class implements PageProcessor. For example, I wrote a crawler of github repository infomation .
53+ Write a class implements PageProcessor. For example, I wrote a crawler of github repository information .
5454
5555``` java
5656public class GithubRepoPageProcessor implements PageProcessor {
@@ -112,7 +112,7 @@ public class GithubRepo {
112112
113113Documents: [ http://webmagic.io/docs/ ] ( http://webmagic.io/docs/ )
114114
115- The architecture of webmagic (refered to [ Scrapy] ( http://scrapy.org/ ) )
115+ The architecture of webmagic (referred to [ Scrapy] ( http://scrapy.org/ ) )
116116
117117![ image] ( http://code4craft.github.io/images/posts/webmagic.png )
118118
You can’t perform that action at this time.
0 commit comments