Skip to content

Commit

Permalink
Merge pull request #4037 from steventrouble/patch-1
Browse files Browse the repository at this point in the history
Fix lorem ipsum text on marketing page.
  • Loading branch information
hediet authored Jun 22, 2023
2 parents d514dda + 5ce724a commit 84d1bed
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions website/src/website/pages/home/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -172,10 +172,9 @@ class EditorDemo extends React.Component {
<div>
<h2>IntelliSense, Validation</h2>
<p>
Paragraph of text beneath the heading to explain
the heading. We'll add onto it with another
sentence and probably just keep going until we
run out of words.
Get completions and errors directly in the
browser for supported languages. Or write your
own completion providers in JavaScript.
</p>
</div>
</div>
Expand All @@ -184,10 +183,9 @@ class EditorDemo extends React.Component {
<div>
<h2>Basic Syntax Colorization</h2>
<p>
Paragraph of text beneath the heading to explain
the heading. We'll add onto it with another
sentence and probably just keep going until we
run out of words.
Colorize code using our pre-built syntax
highlighting, or configure your own custom
colorization.
</p>
</div>
</div>
Expand Down

0 comments on commit 84d1bed

Please sign in to comment.