Skip to content

Commit 74732be

Browse files

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Calling `FileAttachment` doesn’t actually load the file; the contents are only
2424
const volcano = FileAttachment("volcano.json").json();
2525
```
2626

27-
The value of `volcano` above is a [promise](./promises). In other code blocks, the promise is [implicitly awaited](./reactivity#promises) and hence you can refer to the resolved value directly.
27+
The value of `volcano` above is a [promise](./reactivity#promises). In other code blocks, the promise is implicitly awaited and hence you can refer to the resolved value directly.
2828

2929
```js echo
3030
volcano

0 commit comments

Comments
 (0)