Skip to content

Commit

Permalink
chore: fix typo in how-caching-works.md (#3292)
Browse files Browse the repository at this point in the history
  • Loading branch information
fakership committed Aug 21, 2022
1 parent b4d0467 commit a248165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/concepts/how-caching-works.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ The result of building/testing an application or a library depends on the source
codes of all the libraries it depends on (directly or indirectly).

By default, Lerna is conservative. When running,
say, `lerna run test --script=remixapp` Lerna will consider all the files in the `remixapp` directory and all the files
say, `lerna run test --scope=remixapp` Lerna will consider all the files in the `remixapp` directory and all the files
in the `header` and `footer` directories (`remixapp` dependencies). This would result in unnecessary cache misses. For
instance, we know that changing a `footer`'s spec file will not change the result of the test command above.

Expand Down

0 comments on commit a248165

Please sign in to comment.