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
50
50
51
51
### First crawler:
52
52
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 .
54
54
55
55
``` java
56
56
public class GithubRepoPageProcessor implements PageProcessor {
@@ -112,7 +112,7 @@ public class GithubRepo {
112
112
113
113
Documents: [ http://webmagic.io/docs/ ] ( http://webmagic.io/docs/ )
114
114
115
- The architecture of webmagic (refered to [ Scrapy] ( http://scrapy.org/ ) )
115
+ The architecture of webmagic (referred to [ Scrapy] ( http://scrapy.org/ ) )
116
116
117
117
![ image] ( http://code4craft.github.io/images/posts/webmagic.png )
118
118
You can’t perform that action at this time.
0 commit comments