Fix multiple typos in medusa docs (#5854)
This commit is contained in:
@@ -80,7 +80,7 @@ You can retrieve a list of publishable API keys by sending a request to the [Lis
|
||||
import { PublishableApiKey } from "@medusajs/medusa"
|
||||
import { useAdminPublishableApiKeys } from "medusa-react"
|
||||
|
||||
const PublishabelApiKeys = () => {
|
||||
const PublishableApiKeys = () => {
|
||||
const { publishable_api_keys, isLoading } =
|
||||
useAdminPublishableApiKeys()
|
||||
|
||||
@@ -106,7 +106,7 @@ You can retrieve a list of publishable API keys by sending a request to the [Lis
|
||||
)
|
||||
}
|
||||
|
||||
export default PublishabelApiKeys
|
||||
export default PublishableApiKeys
|
||||
```
|
||||
|
||||
</TabItem>
|
||||
|
||||
Reference in New Issue
Block a user