Skip to content

Commit 3ac6957

Browse files
fix: apply feedback
1 parent 0529117 commit 3ac6957

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

website/docs/how-to-guides/_category_.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"label": "How - To Guides",
2+
"label": "How-To Guides",
33
"position": 3,
44
"link": {
55
"type": "generated-index",

website/docs/how-to-guides/parsing.json-strings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unpacking a Subtle Quirk in JsonFromString Codec
1+
# Understanding Atypical Type Behavior from JsonFromString in io-ts-types
22

33
There are three type parameters to a codec: `t.Type<I, O, A>`. The third parameter
44
determines the type that the `decode` function receives. Most codecs have the third

0 commit comments

Comments
 (0)