diff --git a/dist/setup/index.js b/dist/setup/index.js index fdddc45..37b2479 100644 --- a/dist/setup/index.js +++ b/dist/setup/index.js @@ -69290,7 +69290,7 @@ const core = __importStar(__nccwpck_require__(2186)); const tc = __importStar(__nccwpck_require__(7784)); // Python has "scripts" or "bin" directories where command-line tools that come with packages are installed. // This is where pip is, along with anything that pip installs. -// There is a seperate directory for `pip install --user`. +// There is a separate directory for `pip install --user`. // // For reference, these directories are as follows: // macOS / Linux: diff --git a/docs/advanced-usage.md b/docs/advanced-usage.md index 1ed6d93..2dcb0ef 100644 --- a/docs/advanced-usage.md +++ b/docs/advanced-usage.md @@ -426,7 +426,7 @@ jobs: with: python-version: "3.8.0" cache: "poetry" - - run: echo '${{ steps.cp310.outputs.cache-hit }}' # true if cache-hit occured on the primary key + - run: echo '${{ steps.cp310.outputs.cache-hit }}' # true if cache-hit occurred on the primary key ``` ## Environment variables diff --git a/src/find-python.ts b/src/find-python.ts index 5a760d6..7727877 100644 --- a/src/find-python.ts +++ b/src/find-python.ts @@ -11,7 +11,7 @@ import * as tc from '@actions/tool-cache'; // Python has "scripts" or "bin" directories where command-line tools that come with packages are installed. // This is where pip is, along with anything that pip installs. -// There is a seperate directory for `pip install --user`. +// There is a separate directory for `pip install --user`. // // For reference, these directories are as follows: // macOS / Linux: