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:
parent
7ece89a357
commit
ba47cd08cc
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue