Skip to content

Commit a439970

Browse files
katiekleinkatiegoines
andauthored
format "Returns" as code (#7971)
* . * format Returns as code --------- Co-authored-by: katiegoines <[email protected]>
1 parent 1494bc8 commit a439970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ApiDocs/FunctionReturn.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export const FunctionReturn = ({ functionReturn, sigName }) => {
2727
Returns
2828
</MDXHeading>
2929

30-
{display}
30+
<code>{display}</code>
3131

3232
{description}
3333
</View>

0 commit comments

Comments
 (0)