File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
/**
2
- * Async Helper Function that avoides `.then()`
2
+ * Async Helper Function that avoids `.then()`
3
3
*
4
4
* It is faster to await a promise prior to returning it from an async function
5
5
* than to return a promise with `.then()`.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { isPromise } from './isPromise.js';
2
2
import type { PromiseOrValue } from './PromiseOrValue.js' ;
3
3
4
4
/**
5
- * Async Helper Function that avoides `.then()`
5
+ * Async Helper Function that avoids `.then()`
6
6
*
7
7
* It is faster to await a promise prior to returning it from an async function
8
8
* than to return a promise with `.then()`.
Original file line number Diff line number Diff line change 1
1
/**
2
- * Async Helper Function that avoides `.then()`
2
+ * Async Helper Function that avoids `.then()`
3
3
*
4
4
* It is faster to await a promise prior to returning it from an async function
5
5
* than to return a promise with `.then()`.
Original file line number Diff line number Diff line change 1
1
/**
2
- * Async Helper Function that avoides `.then()`
2
+ * Async Helper Function that avoids `.then()`
3
3
*
4
4
* It is faster to await a promise prior to returning it from an async function
5
5
* than to return a promise with `.then()`.
You can’t perform that action at this time.
0 commit comments