未验证 提交 20b04260 编写于 作者: C Christof Marti 提交者: GitHub

Rewording of sentences in Formatting section (fixes #53548)

上级 8bc931bd
......@@ -103,7 +103,7 @@ function findFirstEvenNumber(arr) {
### Formatting
Keeping your code looking great is hard without a good formatter. Luckily it's easy to format content either the entire document with kb(editor.action.formatDocument). Formatting can be applied to the current selection with kb(editor.action.formatSelection). Both of these options are also available through the right-click context menu.
Keeping your code looking great is hard without a good formatter. Luckily it's easy to format content, either for the entire document with kb(editor.action.formatDocument) or for the current selection with kb(editor.action.formatSelection). Both of these options are also available through the right-click context menu.
```js
var cars = ["Saab", "Volvo", "BMW"];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册