Skip to content

Commit

Permalink
typos in blogpost
Browse files Browse the repository at this point in the history
  • Loading branch information
terrablue committed Jan 28, 2024
1 parent 553f7d4 commit 295bb7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/blog/release-028.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,15 +232,15 @@ Your rendered web component will be accessible at http://localhost:6161/webc.

### Outlook

Our Web Components support is a rapidly evolving, and we rely on feedback for
Our Web Components support is rapidly evolving, and we rely on feedback for
prioritizing work on it. In particular, we plan to extend the wrapper by
offering an `unmounted` property for cleanup before removal from the DOM, as
well as commonly used features in other frontends such as SSR and hydration.

## Uploading files

This release introduces support for uploading files in HTML forms using
`enctype="multitype/form-data"`. Files uploaded this way will be available as
`enctype="multipart/form-data"`. Files uploaded this way will be available as
`Blob` properties of the route function's `request.body`.

```html caption=components/file-upload.html
Expand Down

0 comments on commit 295bb7a

Please sign in to comment.