Skip to content

Commit 49f15d0

Browse files
Apply suggestions from code review
Co-authored-by: Ivana Kellyer <[email protected]>
1 parent 1240aaf commit 49f15d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/devDocsCardGrid.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export function DevDocsCardGrid() {
4141
className="w-full md:w-[calc(50%-12px)]"
4242
href="/services/"
4343
title="Services"
44-
description="Running besides the monolith."
44+
description="Running alongside the monolith."
4545
image={ServicesImg}
4646
imageAlt="Services"
4747
/>
@@ -66,7 +66,7 @@ export function DevDocsCardGrid() {
6666
href="/sdk/"
6767
title="SDKs"
6868
imageAlt="SDKs"
69-
description="Instrumenting users code."
69+
description="Instrumenting user code."
7070
image={SkdsImg}
7171
/>
7272
<Card

0 commit comments

Comments
 (0)