Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Improve logs and typo
Browse files Browse the repository at this point in the history
Co-authored-by: Zack Krida <[email protected]>
  • Loading branch information
sarayourfriend and zackkrida authored Aug 3, 2022
1 parent 4f193b4 commit cbceeb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/plugins/api-token.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ const getApiAccessToken = async (
return undefined
}

log('We have client information')
log('API client secrets found.')
let release: MutexInterface.Releaser | undefined = undefined

// Only request a new token if one is needed _and_ there is
Expand Down
2 changes: 1 addition & 1 deletion test/unit/test-utils/api-service-mock.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const createApiService = apiService.createApiService as jest.Mock<
* twice, the mock adapter is not re-applied and the second registered
* response still works as expected.
*
* With the particual way this mock creation function works,
* With the particular way this mock creation function works,
* even if `createApiService` is called several times during
* the lifecycle of a particular test context, the same `apiService`
* instace will be reused for each call. This is done to preserve
Expand Down

0 comments on commit cbceeb6

Please sign in to comment.