Skip to content

Commit

Permalink
Merge pull request #306 from lelouchB/patch-3
Browse files Browse the repository at this point in the history
Fixing `thsi` to `this`
  • Loading branch information
adamjmcgrath authored Feb 18, 2021
2 parents 8ccf9e3 + 9a7ff1f commit 7d7d4a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/with-page-auth-required.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export type PageRoute = (cts: GetServerSidePropsContext) => Promise<GetServerSid
/**
* If you have a custom returnTo url you should specify it in `returnTo`.
*
* You can pass in your own `getServerSideProps` method, the props returned from thsi will be merged with the
* You can pass in your own `getServerSideProps` method, the props returned from this will be merged with the
* user props, eg:
*
* ```js
Expand Down

0 comments on commit 7d7d4a9

Please sign in to comment.