From 3fa46bb101dd31bf53a105c28f9802a4a9ac0d31 Mon Sep 17 00:00:00 2001 From: IvanZosimov Date: Wed, 28 Sep 2022 16:44:51 +0200 Subject: [PATCH] Fix typo in the documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87fbf99..c802711 100644 --- a/README.md +++ b/README.md @@ -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