Skip to content

Commit

Permalink
🔀 Typo extension .ts put inside square brackets (astro-community#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
AbrahamX3 authored Sep 11, 2022
1 parent d2ab865 commit b9dff72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/providers/oauth.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Inside the `@astro-auth/provider` package, you will find 8 OAuth providers inclu

## Example For Using Github OAuth

src/pages/api/auth/[...astroauth.ts]
src/pages/api/auth/[...astroauth].ts

```ts
import AstroAuth from "@astro-auth/core";
Expand Down

0 comments on commit b9dff72

Please sign in to comment.