Skip to content

Commit b16d80a

Browse files
committed
chore: fix typos
1 parent 6004a20 commit b16d80a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/use-cases/authorization/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
sidebar_position: 1
33
sidebar_label: Authorization use cases
4-
description: Explore how Logto can you build flexible authorization with role-based access control (RBAC) and resource indicators.
4+
description: Explore how Logto can help you build flexible authorization with role-based access control (RBAC) and resource indicators.
55
---
66

77
import Catalog from './fragments/_catalog.mdx';

src/theme/DocCard/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ function CardLayout({
5555
return (
5656
<CardContainer href={href}>
5757
{icon}
58-
<label className={clsx(styles.cardTitle)} title={title}>
58+
<label className={clsx('text--truncate', styles.cardTitle)} title={title}>
5959
{title}
6060
</label>
6161
{description && (

0 commit comments

Comments
 (0)