Skip to content

Commit

Permalink
Fix misspell (#840)
Browse files Browse the repository at this point in the history
Co-authored-by: Siddharth Suresh <[email protected]>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Oct 25, 2023
1 parent a8a7c46 commit 6d7dafa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/pages/docs/usage-next-13.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ The following method are to be used to invoke a resolver in a react server compo

##### Using `invoke`

Let's say there is a requirement to query a resolver in the `(root)/page.js` file to check the details of the curretn user
Let's say there is a requirement to query a resolver in the `(root)/page.js` file to check the details of the current user

First import the `invoke` function from the `blitz-server` file.

Expand Down

1 comment on commit 6d7dafa

@vercel
Copy link

@vercel vercel bot commented on 6d7dafa Oct 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

blitzjs-com – ./

blitzjs-com-git-main-blitzjs.vercel.app
blitzjs-com-blitzjs.vercel.app
blitzjs.com

Please sign in to comment.