We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9378150 commit 7e2204aCopy full SHA for 7e2204a
text/1060-tracked-promise.md
@@ -143,7 +143,7 @@ let a = Promise.resolve(2); // <state> "fulfilled"
143
</template>
144
```
145
146
-This component renders only once, and _both_ occurances of of `trackedPromise` immediately resolve and _never_ enter the pending states.
+This component renders only once, and _both_ occurrences of `trackedPromise` immediately resolve and _never_ enter the pending states.
147
148
```gjs
149
let a = Promise.resolve(2); // <state> "fulfilled"
0 commit comments