diff --git a/src/content/reference/components/image.md b/src/content/reference/components/image.md index a9701ce..ce1c0f7 100644 --- a/src/content/reference/components/image.md +++ b/src/content/reference/components/image.md @@ -20,7 +20,7 @@ export default function App() { ### Properties -- **source**: Source of the image. Can be a url, a resource path (e.g. 'res:/path/to/file'), the `Texture2D` object or the `Sprite` object. +- **source**: Source of the image. Can be a url, a resource path (e.g. 'res:path/to/file'), the `Texture2D` object or the `Sprite` object. ### Notes