Skip to content

Commit 666d240

Browse files
Fix version descriptions on Sky index page (#3153)
* Fix version descriptions on Sky index page * Minor edits --------- Co-authored-by: peterschmidt85 <andrey.cheptsov@gmail.com>
1 parent 58a6757 commit 666d240

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • frontend/src/App/Login/LoginByGithub

frontend/src/App/Login/LoginByGithub/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ function OtherVersions() {
342342
<Box variant="h3">Open-source</Box>
343343
<Box variant="small">Self-hosted</Box>
344344
</SpaceBetween>
345-
<Box variant="p">Sigle sign-on, advanced governance controls, and dedicated support.</Box>
345+
<Box variant="p">Fully customizable and self-hosted open-source version.</Box>
346346
<Button external={true} href="https://dstack.ai/docs/installation">
347347
Installation
348348
</Button>
@@ -356,7 +356,7 @@ function OtherVersions() {
356356
<Box variant="h3">dstack Enterprise</Box>
357357
<Box variant="small">Self-hosted</Box>
358358
</SpaceBetween>
359-
<Box variant="p">Sigle sign-on, advanced governance controls, and dedicated support.</Box>
359+
<Box variant="p">Single sign-on, advanced governance controls, and dedicated support.</Box>
360360
<Button variant="primary" external={true} href="https://calendly.com/dstackai/discovery-call">
361361
Book a demo
362362
</Button>

0 commit comments

Comments
 (0)