Skip to content

Commit

Permalink
docs: fix typo in ShowButton docs (#6364)
Browse files Browse the repository at this point in the history
  • Loading branch information
namenyi authored Sep 24, 2024
1 parent bf26795 commit 9967b7c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/chakra-ui/src/components/buttons/show/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import type { ShowButtonProps } from "../types";
/**
* `<ShowButton>` uses Chakra UI {@link https://chakra-ui.com/docs/components/button `<Button> `} component.
* It uses the {@link https://refine.dev/docs/api-reference/core/hooks/navigation/useNavigation#show `show`} method from {@link https://refine.dev/docs/api-reference/core/hooks/navigation/useNavigation `useNavigation`} under the hood.
* It can be useful when red sirecting the app to the show page with the record id route of resource.
* It can be useful when redirecting the app to the show page with the record id route of resource.
*
* @see {@link https://refine.dev/docs/api-reference/chakra-ui/components/buttons/show-button} for more details.
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/mantine/src/components/buttons/show/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import type { ShowButtonProps } from "../types";
/**
* `<ShowButton>` uses Mantine {@link https://mantine.dev/core/button `<Button> `} component.
* It uses the {@link https://refine.dev/docs/api-reference/core/hooks/navigation/useNavigation#show `show`} method from {@link https://refine.dev/docs/api-reference/core/hooks/navigation/useNavigation `useNavigation`} under the hood.
* It can be useful when red sirecting the app to the show page with the record id route of resource.
* It can be useful when redirecting the app to the show page with the record id route of resource.
*
* @see {@link https://refine.dev/docs/api-reference/mantine/components/buttons/show-button} for more details.
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/mui/src/components/buttons/show/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import type { ShowButtonProps } from "../types";
/**
* `<ShowButton>` uses uses Material UI {@link https://mui.com/components/buttons/ `<Button>`} component.
* It uses the {@link https://refine.dev/docs/api-reference/core/hooks/navigation/useNavigation#show `show`} method from {@link https://refine.dev/docs/api-reference/core/hooks/navigation/useNavigation `useNavigation`} under the hood.
* It can be useful when red sirecting the app to the show page with the record id route of resource.
* It can be useful when redirecting the app to the show page with the record id route of resource.
*
* @see {@link https://refine.dev/docs/api-reference/mui/components/buttons/show-button} for more details.
*/
Expand Down

0 comments on commit 9967b7c

Please sign in to comment.