diff --git a/docs/platform/faq.mdx b/docs/platform/faq.mdx index 98632d67cf9d1d..b7cb2b3d0d695b 100644 --- a/docs/platform/faq.mdx +++ b/docs/platform/faq.mdx @@ -27,15 +27,14 @@ description: Answers to the most common questions about the Platform API and ato - An atom is a customizable UI component that handles scheduling on behalf of your user. - Everything from the front-end to API calls is being handled by the atom, all you need to is import the atom and drop it in your code. -### 6. What are the minimun setup requirments for using atoms? -- You need to have a project that uses React version 18 and above. -- At the moment atoms are only supported in React, so there's no way to use them in vanilla js or any other popular framework. +### 6. What are the minimum setup requirements for using atoms? +At present, atoms are written in React, so your project need to use React version 18 or above. ### 7. Can recurring events be rescheduled? -- No, at the moment you are only allowed to cancel a recurring event. +No, at the moment you are only allowed to cancel a recurring event. -### 8. Why toggle animation is not working in the AvailabilitySettings atom? -- For the AvailabilitySettings toggle animation to work set the reading direction on the `` element: +### 8. Why is the toggle animation not working in the `AvailabilitySettings` atom? +Set the reading direction on the `` element for the toggle animation to work: ```html ... ```