Skip to content

Commit

Permalink
Merge pull request #260 from retlat/fix-typo-in-faq
Browse files Browse the repository at this point in the history
Fix typo in FAQ
  • Loading branch information
Sten Roger Sandvik committed Nov 28, 2017
2 parents 9829d20 + 1e0ddf9 commit 02d006b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/faq.md
Expand Up @@ -5,7 +5,7 @@ This page contains a collection of frequently asked questions.

# How to avoid node/npm/yarn task execution if no changes in web files?

Just add to your bundle task filesets (in and out) wich this task depends on:
Just add to your bundle task filesets (in and out) which this task depends on:

```gradle
task bundle(type: YarnTask) {
Expand Down

0 comments on commit 02d006b

Please sign in to comment.