Fix a bunch of vale errors

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2025-10-13 20:09:29 +02:00
parent bc601a9ef5
commit 5e98e613b5
9 changed files with 33 additions and 22 deletions
+1 -1
View File
@@ -246,7 +246,7 @@ const auth = useApi(githubAuthApiRef);
2. The access token we need to make our GitHub request and the request itself is
obtained in an asynchronous manner.
3. Add the useAsync block inside the ExampleFetchComponent
3. Add the `useAsync` block inside the ExampleFetchComponent
```tsx
const { value, loading, error } = useAsync(async (): Promise<any> => {