Skip to content

Commit 51af870

Browse files
fixup!: correct typo
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Jacob Smith <3012099+JakobJingleheimer@users.noreply.github.com>
1 parent ed7e7b7 commit 51af870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/site/pages/en/learn/test-runner/mocking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ describe('whatever', { concurrency: true }, async () => {
260260

261261
const { default: ago } = await import('./ago.mjs');
262262

263-
it('should choose "minutes" when that\'s the closet unit', () => {
263+
it('should choose "minutes" when that\'s the closest unit', () => {
264264
const t = ago('1999-12-01T23:59:59Z');
265265

266266
assert.equal(t, '2 minutes ago');

0 commit comments

Comments
 (0)