Skip to content

Commit ebe7fde

Browse files
authored
docs: fix invalid code block language (#12734)
This is causing an error while importing docs into our website
1 parent 0a35737 commit ebe7fde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/plugins/form-builder.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ formBuilderPlugin({
474474

475475
Plugin fields can cause GraphQL type name collisions with your own blocks or collections. This results in errors like:
476476

477-
```txt
477+
```plaintext
478478
Error: Schema must contain uniquely named types but contains multiple types named "Country"
479479
```
480480

0 commit comments

Comments
 (0)