Skip to content

Commit da61c6e

Browse files
committed
[editorial] Improve conciseness of README.md
1 parent 210c2de commit da61c6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ Other Style Guides
217217
<a name="es6-object-concise"></a><a name="3.6"></a>
218218
- [3.4](#es6-object-concise) Use property value shorthand. eslint: [`object-shorthand`](https://eslint.org/docs/rules/object-shorthand.html)
219219

220-
> Why? It is shorter to write and descriptive.
220+
> Why? It is shorter and descriptive.
221221

222222
```javascript
223223
const lukeSkywalker = 'Luke Skywalker';

0 commit comments

Comments
 (0)