Skip to content

Commit

Permalink
docs(requests): remove unnecessary "the" article (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
ismailarilik committed Mar 4, 2024
1 parent 31f229b commit e168591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/requests.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
How requests are made is central to the vue-auth3 plugin so it's important to understand the request/response lifecycle.

Under the hood the, all requests to the API are made using the HTTP driver and all of the methods will always return a `Promise` by `axios`.
Under the hood, all requests to the API are made using the HTTP driver and all of the methods will always return a `Promise` by `axios`.

For more details on individual method options check the [Options Guide](/options/core) and [Methods Guide](/methods/overview).

Expand Down

0 comments on commit e168591

Please sign in to comment.