diff --git a/apps/design-system/content/docs/fragments/inner-side-menu.mdx b/apps/design-system/content/docs/fragments/inner-side-menu.mdx
index 6ba8ce63cd1..41f82d9dee3 100644
--- a/apps/design-system/content/docs/fragments/inner-side-menu.mdx
+++ b/apps/design-system/content/docs/fragments/inner-side-menu.mdx
@@ -125,7 +125,7 @@ Use the `actions` prop to add any actions like a ``.
/>
```
-You can also use the prop `illustration` to pass in a custom illustration, it accets any React Node.
+You can also use the prop `illustration` to pass in a custom illustration, it accepts any React Node.
```jsx {4-7}