Skip to content

Commit

Permalink
docs: ✏️ typo docs
Browse files Browse the repository at this point in the history
  • Loading branch information
TimMikeladze committed May 28, 2022
1 parent c9c4c68 commit cf1b7e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export type NextAuthDialogProps = AuthDialogProps & {
export type AuthDialogProps = PropsWithChildren<{
/**
* Controls width of dialog.
* When breakpoint <= viewport the dialog will be rendered in mobile mode.
* When breakpoint >= viewport the dialog will be rendered in mobile mode.
* Defaults to `xs`.
*/
breakpoint?: Breakpoint
Expand Down
2 changes: 1 addition & 1 deletion src/AuthDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export type ProviderConfig = OauthProviderConfig & EmailProviderConfig & {
export type AuthDialogProps = PropsWithChildren<{
/**
* Controls width of dialog.
* When breakpoint <= viewport the dialog will be rendered in mobile mode.
* When breakpoint >= viewport the dialog will be rendered in mobile mode.
* Defaults to `xs`.
*/
breakpoint?: Breakpoint
Expand Down

0 comments on commit cf1b7e6

Please sign in to comment.