We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc6a1e1 commit 1becba7Copy full SHA for 1becba7
components/dashboard/src/workspaces/Workspaces.tsx
@@ -222,7 +222,7 @@ const WorkspacesPage: FunctionComponent = () => {
222
<div className="min-w-0">
223
<CardTitle>Learn how Gitpod works</CardTitle>
224
<CardDescription>
225
- We've put together resources for you to get the most our of Gitpod.
+ We've put together resources for you to get the most out of Gitpod.
226
</CardDescription>
227
</div>
228
</Card>
@@ -246,7 +246,7 @@ const WorkspacesPage: FunctionComponent = () => {
246
Explore{" "}
247
{orgSuggestedRepos?.length
248
? "repositories recommended by your organization"
249
- : "a sample repository"}
+ : "a sample repository"}{" "}
250
to quickly experience Gitpod.
251
252
0 commit comments