Skip to content

Commit

Permalink
Fix spelling on README (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew-Mallimo authored Oct 25, 2022
1 parent 389b194 commit c44cd59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export async function action({ context, request }: ActionArgs) {

## Passing a pre-read FormData object

Because you may want to do validations or read valeus from the FormData before calling `authenticate`, the FormStrategy allows you to pass a FormData object as part of the optional context.
Because you may want to do validations or read values from the FormData before calling `authenticate`, the FormStrategy allows you to pass a FormData object as part of the optional context.

```ts
export async function action({ context, request }: ActionArgs) {
Expand Down

0 comments on commit c44cd59

Please sign in to comment.