diff --git a/app/quick-start/async-read-atoms/markdown.ts b/app/quick-start/async-read-atoms/markdown.ts index 6a86383..cdbdf9c 100644 --- a/app/quick-start/async-read-atoms/markdown.ts +++ b/app/quick-start/async-read-atoms/markdown.ts @@ -22,7 +22,7 @@ Jotai is inherently leveraging \`Suspense\` to handle asynchronous flows. ~~~ -But there is a more jotai way of doing this with the \`loadable api\` present in \`jotai/utils\`. By simply wrapping the atom in loadable util and it returns the value with one of the three states: \`loadable\`, \`hasData\` and \`hasError\`. +But there is a more jotai way of doing this with the \`loadable api\` present in \`jotai/utils\`. By simply wrapping the atom in loadable util and it returns the value with one of the three states: \`loading\`, \`hasData\` and \`hasError\`. ~~~js {