Skip to content

Commit

Permalink
spelling: retrieves
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
  • Loading branch information
jsoref committed Mar 7, 2024
1 parent 188e40b commit 262c43d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/test/unit/analytics.unit.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ describe('analytics (backboard has an error) with authorizationToken', () => {
user = netrc.machines[vars.apiHost]?.login || undefined
})

it('retreives user heroku API key', async () => {
it('retrieves user heroku API key', async () => {
const config = await Config.load()
config.platform = 'win32'
config.shell = 'fish'
Expand Down

0 comments on commit 262c43d

Please sign in to comment.