Skip to content

Commit

Permalink
Correct a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
felixonmars authored Jan 22, 2020
1 parent 8a1c456 commit d5869cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const SUPPRESS = require('argparse').Const.SUPPRESS;
const addParser = (parser) => {
const description = `Build the client source code bundle.
For development, you may want to use "auspice develop" which recompiles code on the fly as changes are made.
You may provide customisations (e.g. code, options) to this step to modify the functionality and appearence of auspice.
You may provide customisations (e.g. code, options) to this step to modify the functionality and appearance of auspice.
To serve the bundle you will need a server such as "auspice view".
`;

Expand Down

0 comments on commit d5869cf

Please sign in to comment.