diff --git a/site/content/docs/02-template-syntax.md b/site/content/docs/02-template-syntax.md index 7e904c5f1f..fb2e57d2af 100644 --- a/site/content/docs/02-template-syntax.md +++ b/site/content/docs/02-template-syntax.md @@ -585,7 +585,7 @@ Numeric input values are coerced; even though `input.value` is a string as far a --- -On `` elements with `type="file"`, you can use `bind:files` to get the [`FileList` of selected files](https://developer.mozilla.org/en-US/docs/Web/API/FileList). +On `` elements with `type="file"`, you can use `bind:files` to get the [`FileList` of selected files](https://developer.mozilla.org/en-US/docs/Web/API/FileList). It is readonly. ```sv