diff --git a/components/fields.mdx b/components/fields.mdx
index 7a06d6d1..de1f6e51 100644
--- a/components/fields.mdx
+++ b/components/fields.mdx
@@ -31,7 +31,8 @@ The `` component is used to define parameters for your APIs or SDKs.
Supports `number`, `string`, `boolean`, `object`.
- Arrays can be defined using the `[]` suffix. For example, `string[]`.
+Arrays can be defined using the `[]` suffix. For example `string[]`.
+
@@ -43,11 +44,7 @@ The `` component is used to define parameters for your APIs or SDKs.
- Default value used by the server if the request does not provide a value.
-
-
-
- Value that will be used to initialize the playground.
+ Default value populated when the request value is empty