Skip to content

Commit

Permalink
Fix typos in file upload example [deploy-site]
Browse files Browse the repository at this point in the history
  • Loading branch information
bencroker committed Jan 20, 2025
1 parent 8b43f29 commit b218e21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion site/static/md/examples/file_upload.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ In this example we show how to create a file upload form that will be submitted
<!-- Removed styling for brevity -->
<div
id="file_upload" data-on-load="@get('/examples/file_upload/data')"
data-signals="{"files": [],"filesMimes": [],"filesNames": []}"
data-signals="{files: [], filesMimes: [], filesNames: []}"
>
<div>
<label>
Expand All @@ -28,6 +28,7 @@ In this example we show how to create a file upload form that will be submitted
<button
data-on-click="@post('/upload')"
Submit
>
</button>
</div>
</div>
Expand Down

0 comments on commit b218e21

Please sign in to comment.