瀏覽代碼

Merge pull request #7 from waldyrious/patch-1

Split a run-on sentence
Alexandru Dima 9 年之前
父節點
當前提交
62030f63a6
共有 1 個文件被更改,包括 4 次插入3 次删除
  1. 4 3
      website/index.html

+ 4 - 3
website/index.html

@@ -49,11 +49,12 @@
 			<div class="row">
 				<div class="span12">
 					<br/>
-					<p>The Monaco Editor is the code editor that powers <a href="https://github.com/Microsoft/vscode">VS Code</a>, a good page describing the code editor's features is <a href="https://code.visualstudio.com/docs/editor/editingevolved">here</a>.</p>
+					<p>The Monaco Editor is the code editor that powers <a href="https://github.com/Microsoft/vscode">VS Code</a>.
+					A good page describing the code editor's features is <a href="https://code.visualstudio.com/docs/editor/editingevolved">here</a>.</p>
 
 					<p>It is licensed under the MIT License and supports IE 9/10/11, Edge, Chrome, Firefox, Safari and Opera.</p>
 
-					<p>Find more information at the <a href="https://github.com/Microsoft/monaco-editor">Monaco Editor Repo</a>.</p>
+					<p>Find more information at the <a href="https://github.com/Microsoft/monaco-editor">Monaco Editor repo</a>.</p>
 				</div>
 			</div>
 			<hr/>
@@ -154,4 +155,4 @@
 	<script src="./index/index.js" type="text/javascript"></script>
 
 </body>
-</html>
+</html>