Skip to content

Commit 1becba7

Browse files
[dashboard] fix getting started card copy (#20659)
Tool: gitpod/catfood.gitpod.cloud
1 parent dc6a1e1 commit 1becba7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/dashboard/src/workspaces/Workspaces.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ const WorkspacesPage: FunctionComponent = () => {
222222
<div className="min-w-0">
223223
<CardTitle>Learn how Gitpod works</CardTitle>
224224
<CardDescription>
225-
We've put together resources for you to get the most our of Gitpod.
225+
We've put together resources for you to get the most out of Gitpod.
226226
</CardDescription>
227227
</div>
228228
</Card>
@@ -246,7 +246,7 @@ const WorkspacesPage: FunctionComponent = () => {
246246
Explore{" "}
247247
{orgSuggestedRepos?.length
248248
? "repositories recommended by your organization"
249-
: "a sample repository"}
249+
: "a sample repository"}{" "}
250250
to quickly experience Gitpod.
251251
</CardDescription>
252252
</div>

0 commit comments

Comments
 (0)