Skip to content

Commit a840fc9

Browse files
authored
docs: fix typo in custom views (#13522)
A very small fix.
1 parent cf427e5 commit a840fc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/custom-components/custom-views.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ export function MyCustomView(props: AdminViewServerProps) {
158158

159159
<Banner type="success">
160160
**Tip:** For consistent layout and navigation, you may want to wrap your
161-
Custom View with one of the built-in [Template](./overview#templates).
161+
Custom View with one of the built-in [Templates](./overview#templates).
162162
</Banner>
163163

164164
### View Templates

0 commit comments

Comments
 (0)