Răsfoiți Sursa

Merge pull request #4037 from steventrouble/patch-1

Fix lorem ipsum text on marketing page.
Henning Dieterichs 2 ani în urmă
părinte
comite
84d1bed101
1 a modificat fișierele cu 6 adăugiri și 8 ștergeri
  1. 6 8
      website/src/website/pages/home/Home.tsx

+ 6 - 8
website/src/website/pages/home/Home.tsx

@@ -172,10 +172,9 @@ class EditorDemo extends React.Component {
 						<div>
 						<div>
 							<h2>IntelliSense, Validation</h2>
 							<h2>IntelliSense, Validation</h2>
 							<p>
 							<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>
 							</p>
 						</div>
 						</div>
 					</div>
 					</div>
@@ -184,10 +183,9 @@ class EditorDemo extends React.Component {
 						<div>
 						<div>
 							<h2>Basic Syntax Colorization</h2>
 							<h2>Basic Syntax Colorization</h2>
 							<p>
 							<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>
 							</p>
 						</div>
 						</div>
 					</div>
 					</div>