Skip to content

Commit bf7b349

Browse files
corvinszcaesay
authored andcommitted
docs: fix typos in distributing area
1 parent c4003e1 commit bf7b349

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/distributing/flow.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Velopack Flow is currently in **beta**. If you're interested in joining the beta
2222
## Getting Started
2323

2424
### Integrating with Flow
25-
Simply following current [integration guide](../integrating/overview.mdx) to integrate Velopack into your application. Make sure the [UpdateManager](../reference/cs/Velopack/UpdateManager) is configured to use the [VelopackFlowSource](../reference/cs/Velopack/Sources/VelopackFlowSource) as the [IUpdateSource](../reference/cs/Velopack/Sources/IUpdateSource). This is the default behavior of the default constructor.
25+
Simply follow the current [integration guide](../integrating/overview.mdx) to integrate Velopack into your application. Make sure the [UpdateManager](../reference/cs/Velopack/UpdateManager) is configured to use the [VelopackFlowSource](../reference/cs/Velopack/Sources/VelopackFlowSource) as the [IUpdateSource](../reference/cs/Velopack/Sources/IUpdateSource). This is the default behavior of the default constructor.
2626

2727
### Publishing to Flow
2828
Start by creating a free account on <FlowLink />.
@@ -43,4 +43,4 @@ You can now upload your release to Flow by running the following command in the
4343
vpk publish --outputDir <OutputDir> --channel <Channel>
4444
```
4545

46-
Done! You can now view the release in Flow. Within a few minutes the release will be available and ready for distrobution.
46+
Done! You can now view the release in Flow. Within a few minutes the release will be available and ready for distribution.

docs/distributing/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ The releases file should always mirror what files are _actually available_ in th
8181
This file is the only way that UpdateManager can discover releases, if you do not update it properly it may result in your users not getting updates.
8282
:::
8383

84-
It is tedious to update this file manually, so Velopack CLI provides deployment commands which can deploy assets and update this file automatically for you, as well as apply rentention policies around the number of releases to keep. [[Read more]](deploy-cli.mdx)
84+
It is tedious to update this file manually, so Velopack CLI provides deployment commands which can deploy assets and update this file automatically for you, as well as apply retention policies around the number of releases to keep. [[Read more]](deploy-cli.mdx)
8585

8686
### Legacy release feed (`RELEASES`)
8787
This releases format was used by Clowd.Squirrel and Squirrel.Windows, and is still produced by Velopack to allow you to migrate an application using one of those frameworks to Velopack. If you do not have any legacy users which need to migrate to Velopack, you can safely ignore this file.

0 commit comments

Comments
 (0)