Skip to content

Commit

Permalink
Update docs/development-guide/05-fetching-data.md
Browse files Browse the repository at this point in the history
Co-authored-by: Mariah Jacobs <114685994+mjac0bs@users.noreply.github.com>
  • Loading branch information
jaalah-akamai and mjac0bs authored Feb 13, 2024
1 parent b4bb008 commit e1bef29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/development-guide/05-fetching-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ when performing ***one-time actions*** that do not require any immediate state c

While use of **api-v4** methods directly are acceptable, use of **React Query** Queries or Mutations are **still prefered** for the benefits described above.

A minimal example of accepable direct **api-v4** use:
A minimal example of acceptable direct **api-v4** use:

```ts
resetKubeConfig({ id }).then(() => {
Expand Down

0 comments on commit e1bef29

Please sign in to comment.