Fix typo in the documentation

This commit is contained in:
IvanZosimov 2022-09-28 16:44:51 +02:00
parent 9a0437f372
commit 3fa46bb101

View File

@ -176,7 +176,7 @@ In case of a multiple version installation, the `dotnet-version` output contains
```
**Installation from global.json**
When the `dotnet-version` input is used along withthe `global-json-file` input, the `dotnet-version` output contains the version resolved from the `global.json`.
When the `dotnet-version` input is used along with the `global-json-file` input, the `dotnet-version` output contains the version resolved from the `global.json`.
```yaml
- uses: actions/setup-dotnet@v3