Skip to content

Commit

Permalink
fix typo in attribute (#864)
Browse files Browse the repository at this point in the history
  • Loading branch information
sserrata committed Jul 2, 2024
1 parent 8437329 commit c618b4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ export function createStatusCodes({ label, id, responses }: Props) {
responseHeaders &&
createDetails({
className: "openapi-markdown__details",
"data-collaposed": true,
"data-collapsed": true,
open: false,
style: { textAlign: "left", marginBottom: "1rem" },
children: [
Expand Down

0 comments on commit c618b4c

Please sign in to comment.