Skip to content

Commit 7e2204a

Browse files
Update text/1060-tracked-promise.md
Co-authored-by: MrChocolatine <[email protected]>
1 parent 9378150 commit 7e2204a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/1060-tracked-promise.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ let a = Promise.resolve(2); // <state> "fulfilled"
143143
</template>
144144
```
145145

146-
This component renders only once, and _both_ occurances of of `trackedPromise` immediately resolve and _never_ enter the pending states.
146+
This component renders only once, and _both_ occurrences of `trackedPromise` immediately resolve and _never_ enter the pending states.
147147

148148
```gjs
149149
let a = Promise.resolve(2); // <state> "fulfilled"

0 commit comments

Comments
 (0)