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 %}