From ac995fe8cbb9fb891e23393117d682eddabba507 Mon Sep 17 00:00:00 2001 From: guoqiao Date: Fri, 23 Jan 2015 16:07:55 +1300 Subject: [PATCH] change typo --- tool/phantomjs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool/phantomjs.md b/tool/phantomjs.md index 5bb1eee1..84ea528b 100644 --- a/tool/phantomjs.md +++ b/tool/phantomjs.md @@ -334,7 +334,7 @@ page.open('http://slashdot.org', function (status) { ### 抓取图片 -使用官方网站提供的[rasterize.js](https://github.com/ariya/phantomjs/blob/master/examples/rasterize.js),可以抓取网络上的图片,将起保存在本地。 +使用官方网站提供的[rasterize.js](https://github.com/ariya/phantomjs/blob/master/examples/rasterize.js),可以抓取网络上的图片,将其保存在本地。 {% highlight javascript %}