File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
components/dashboard/src/workspaces Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ const WorkspacesPage: FunctionComponent = () => {
222
222
< div className = "min-w-0" >
223
223
< CardTitle > Learn how Gitpod works</ CardTitle >
224
224
< 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.
226
226
</ CardDescription >
227
227
</ div >
228
228
</ Card >
@@ -246,7 +246,7 @@ const WorkspacesPage: FunctionComponent = () => {
246
246
Explore{ " " }
247
247
{ orgSuggestedRepos ?. length
248
248
? "repositories recommended by your organization"
249
- : "a sample repository" }
249
+ : "a sample repository" } { " " }
250
250
to quickly experience Gitpod.
251
251
</ CardDescription >
252
252
</ div >
You can’t perform that action at this time.
0 commit comments