From e48cb7526b0d699ac511df3a32077ad5269a2af3 Mon Sep 17 00:00:00 2001 From: Jake Boone Date: Wed, 7 Feb 2024 20:14:10 -0700 Subject: [PATCH] Minor spelling correction Changed "pacakages" to "packages" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b68317d..7201bc4 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ In most cases, you shouldn't need to use the [setup-node](https://github.com/act | -------------- | -------------------------------------------------- | ----------- | ------------------------------- | | `bun-version` | The version of Bun to download and install. | `latest` | `canary`, `1.0.0`, `1.0.x` | | `registry-url` | Registry URL where some private package is stored. | `undefined` | `"https://npm.pkg.github.com/"` | -| `scope` | Scope for private pacakages. | `undefined` | `"@foo"`, `"@orgname"` | +| `scope` | Scope for private packages. | `undefined` | `"@foo"`, `"@orgname"` | ## Outputs