Skip to content

Commit db53120

Browse files
kodster28elithrar
authored andcommitted
[APIRequest] Formatting tweak (#20760)
1 parent c09a8b0 commit db53120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/APIRequest.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ const tokenGroups = operation["x-api-token-group"];
136136
</span>
137137
<ul>
138138
{tokenGroups.map((group) => (
139-
<li>{group}</li>
139+
<li><code>{group}</code></li>
140140
))}
141141
</ul>
142142
</Details>

0 commit comments

Comments
 (0)