Skip to content

Commit

Permalink
Fix documentation error (#1197)
Browse files Browse the repository at this point in the history
Co-authored-by: Sofia Tuimedova <stuimedova@whoosh.bike>
  • Loading branch information
stuymedova and Sofia Tuimedova committed Dec 16, 2023
1 parent 03d65bd commit 772cc7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/utilities.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const User = object({ ... })
const Bot = object({ ... })

dynamic((value) => {
value.kind === 'user' ? User : Bot
return value.kind === 'user' ? User : Bot
})
```

Expand Down

0 comments on commit 772cc7f

Please sign in to comment.