Skip to content

Commit

Permalink
Minor typo fix (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianAigner authored Mar 6, 2023
1 parent c8044f2 commit bfdde68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ your argv, this approach is limited. Additionally, stdin, stdout, and
environment variables are all captured by gradle. All these limitations
make the run task mostly useless for command line applications.

An easier way to do development is to used the `installDist` task
An easier way to do development is to use the `installDist` task
provided by the plugin. This builds all the distribution scripts in your
build folder, which you can then execute normally. See Clikt's
[runsample][runsample] script for an example of this approach.
Expand Down

0 comments on commit bfdde68

Please sign in to comment.