Skip to content

Commit 07e2de1

Browse files
Copilothotlong
andcommitted
Fix MDX parsing error in mapping.mdx by escaping curly braces
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent b5ea020 commit 07e2de1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/references/data/mapping.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const result = MappingSchema.parse(data);
4141
| **fromField** | `string` | optional | Match on field (e.g. "name") for lookup |
4242
| **toField** | `string` | optional | Value to take (e.g. "_id") for lookup |
4343
| **autoCreate** | `boolean` | optional | Create if missing for lookup |
44-
| **valueMap** | `Record<string, any>` | optional | Value mapping for map transform (e.g. { "Open": "draft" }) |
44+
| **valueMap** | `Record<string, any>` | optional | Value mapping for map transform (e.g. `{ "Open": "draft" }`) |
4545
| **separator** | `string` | optional | Separator for split/join transforms |
4646

4747
---

0 commit comments

Comments
 (0)