Skip to content

Commit

Permalink
fix(docblock): remove ` from method name
Browse files Browse the repository at this point in the history
  • Loading branch information
tunnckoCore committed Sep 10, 2016
1 parent eb62faf commit 656950f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -35,7 +35,7 @@ var app = new Base()
app.use(tasks()).use(taskAlias())
```

### [`.taskAlias`](index.js#L75)
### [.taskAlias](index.js#L75)
> Creates task for each item in `aliases` pointing to `name` as dependency.
**Params**
Expand Down
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -64,7 +64,7 @@ module.exports = function baseTaskAlias (options) {
* app.build('qux') // => 'task: foo'
* ```
*
* @name `.taskAlias`
* @name .taskAlias
* @param {String} `name` task name to which each alias will point
* @param {Object|Array} `opts` options passed to `.task` or array of `aliases`
* @param {Array|String} `aliases` list of alias task names
Expand Down

0 comments on commit 656950f

Please sign in to comment.