Skip to content

Commit 2bdf6a8

Browse files
authored
Fix typo TabTtem -> TabItem (#212)
1 parent 4b460b3 commit 2bdf6a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/docusaurus-plugin-openapi-docs/src/markdown/createResponseSchema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,7 @@ export function createResponseSchema({ title, body, ...rest }: Props) {
748748
groupId: "schema-tabs",
749749
children: [
750750
firstBody &&
751-
create("TabTtem", {
751+
create("TabItem", {
752752
label: `${title}`,
753753
value: `${title}`,
754754
children: [

0 commit comments

Comments
 (0)