diff --git a/pages/docs/faq.mdx b/pages/docs/faq.mdx index 2405723b3..71f702d5b 100644 --- a/pages/docs/faq.mdx +++ b/pages/docs/faq.mdx @@ -12,7 +12,7 @@ ``` -### Synch / Asynch Behavior in Effects +### Sync / Async Behavior in Effects **Question:** Is there a way to determine whether an Effect is synchronous or asynchronous in advance?