Skip to content

Commit 5d3993c

Browse files
committed
(maint) Remove unnecessary whitespace
1 parent 0db5014 commit 5d3993c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/components/docs/ChocolateyComponentDependencies.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Please refer to our <Xref title="Support Lifecycle information" value="chocolate
2828
Due to the nature of how Chocolatey package dependencies work, we can ensure that all the required package versions are
2929
installed. For example, if you were to install chocolateygui.extension then it would make sure that the following tree
3030
of packages, with as a minimum these package versions, are installed:
31-
31+
3232
| Package Name | Version |
3333
| ----------------------- | ------- |
3434
| chocolateygui.extension | v2.0.0 |
@@ -40,19 +40,19 @@ Please refer to our <Xref title="Support Lifecycle information" value="chocolate
4040
<Callout type="info">
4141
Newer package versions may be available at the time of installation, and Chocolatey will pick the highest
4242
available that matches the defined dependency range.
43-
43+
4444
However, there is nothing that can be done to ensure that indirect dependencies are satisfied.
4545
For example, if you currently have chocolateygui v0.18.1 installed along with chocolateygui.extension
4646
v0.2.1 and you first upgrade to chocolateygui v0.19.0, then you will see errors if you attempt to
4747
run Chocolatey GUI, since the chocolateygui.extension package also needs to be updated.
48-
48+
4949
Based on the package releases, the recommended installation/upgrade order is the following:
50-
50+
5151
* chocolateygui.extension
5252
* chocolateygui
5353
* chocolatey-agent
5454
* chocolatey.extension
5555
* chocolatey
56-
56+
5757
This will ensure that all dependencies, both direct and indirect, are installed.
5858
</Callout>

0 commit comments

Comments
 (0)