Skip to content

Commit e10b596

Browse files
authored
Merge pull request #1230 from dmmqz/choco-install-fix-typo
(doc) Fix typo in choco install example
2 parents 8e289bd + afdb5b2 commit e10b596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/en-us/choco/commands/install.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ Alternative to PackageName. This is a list of packages in an xml manifest for Ch
144144
This specifies the source is Ruby Gems and that we are installing a
145145
gem. If you do not have ruby installed prior to running this command,
146146
the command will install that first.
147-
e.g. `choco install compass -source ruby`
147+
e.g. `choco install compass --source ruby`
148148

149149
### Cygwin
150150
This specifies the source is Cygwin and that we are installing a cygwin

0 commit comments

Comments
 (0)