diff --git a/docs-templates/api/components/derive.mdx b/docs-templates/api/components/derive.mdx
index 7053b351..4d71d780 100644
--- a/docs-templates/api/components/derive.mdx
+++ b/docs-templates/api/components/derive.mdx
@@ -15,7 +15,7 @@ function getSubject(gender) {
The beautiful {getSubject(gender)} plays with the ball.
-;
+
```
The `` component tells the CLI tool to dereference a function call and catalog all possible content being returned by that function, treating every return statement as if it had a `` component wrapping it.