Skip to content

Commit 90bf979

Browse files
fix(adventure): JSON serializer page typo (#693)
1 parent e4de9f4 commit 90bf979

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/adventure/serializer

1 file changed

+1
-1
lines changed

src/content/docs/adventure/serializer/json.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ slug: adventure/serializer/json
44
description: Serializing components to their JSON representation.
55
---
66

7-
The JSON serializer provides a common interface for serializer implementations that translate between a Component and JSON strings. This allows a library to support any underlying JSON library than an application may want to use.
7+
The JSON serializer provides a common interface for serializer implementations that translate between a Component and JSON strings. This allows a library to support any underlying JSON library that an application may want to use.
88

99
## Use
1010

0 commit comments

Comments
 (0)