Skip to content

Commit 4d58918

Browse files
authored
fix: typo in register-component.mdx (#130)
1 parent 5dcdd56 commit 4d58918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

developer/reference/runtime/register-component.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ runtime.registerComponent(Cube, {
151151

152152
### Adding a description
153153

154-
This example shows how to add an `Circle` component with a rich description. We
154+
This example shows how to add a `Circle` component with a rich description. We
155155
can define a description string using markdown formatting, and pass it into the component description field.
156156

157157
```typescript

0 commit comments

Comments
 (0)