Skip to content

Commit

Permalink
修正错别字 close #54
Browse files Browse the repository at this point in the history
  • Loading branch information
TooBug committed Jan 20, 2014
1 parent 4ff7e7d commit 5752f27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/grunt_log.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

输出信息到控制器。

查看[og lib source](https://github.com/gruntjs/grunt/blob/master/lib/grunt/log.js)可以了解更多详细信息。
查看[log库源文件](https://github.com/gruntjs/grunt/blob/master/lib/grunt/log.js)可以了解更多详细信息。

## The log API

Expand Down Expand Up @@ -145,4 +145,4 @@ Grunt输出看起来应该是一致的,甚至是漂亮的。因此,这里有
3. `.error(e.message);` 输出实际的错误信息(同时返回`notverbose`对象);
4. `grunt.fail.warn('Something went wrong.');` 输出一个浅黄色的警告信息,可以使用出口代码`1`退出Grunt,除非指定了`--force`选项。

查看[grunt-contrib-*任务源码](https://github.com/gruntjs)可以看到更多的例子。
查看[grunt-contrib-*任务源码](https://github.com/gruntjs)可以看到更多的例子。

0 comments on commit 5752f27

Please sign in to comment.