fix typo(examples/hosted-images) (#2849)

### Change Type

- [ ] `patch` — Bug fix
- [ ] `minor` — New feature
- [ ] `major` — Breaking change
- [ ] `dependencies` — Changes to package dependencies[^1]
- [ ] `documentation` — Changes to the documentation only[^2]
- [ ] `tests` — Changes to any test code only[^2]
- [x] `internal` — Any other changes that don't affect the published
package[^2]
- [ ] I don't know

[^1]: publishes a `patch` release, for devDependencies use `internal`
[^2]: will not publish a new version

### Test Plan

no tests

### Release Notes

- Fixed a typo in the description in the hosted-images example.
This commit is contained in:
pocari 2024-02-16 18:41:38 +09:00 committed by GitHub
parent 7ece89a357
commit ba47cd08cc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -95,7 +95,7 @@ handler. Check out the API example for more details.
for more.
[b]
After uploading the file to our server, we create an asset fror it. We'll
After uploading the file to our server, we create an asset for it. We'll
need to create a record for the asset, which is an object that contains
the asset's id, type, and props. We'll start by creating the id with the
AssetRecordType.createId method.