Skip to content

Commit bfbceea

Browse files
committed
spelling: will
Signed-off-by: Josh Soref <[email protected]>
1 parent 4f5e82a commit bfbceea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/database/src/core/WriteTree.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ import { CacheNode } from './view/CacheNode';
4848

4949
/**
5050
* Defines a single user-initiated write operation. May be the result of a set(), transaction(), or update() call. In
51-
* the case of a set() or transaction, snap wil be non-null. In the case of an update(), children will be non-null.
51+
* the case of a set() or transaction, snap will be non-null. In the case of an update(), children will be non-null.
5252
*/
5353
export interface WriteRecord {
5454
writeId: number;

0 commit comments

Comments
 (0)