Skip to content

Commit c78cfdf

Browse files
authored
Merge pull request #1584 from lumosmind/patch-30
"computed property name" instead of "computed property"
2 parents d88da8a + 0f91236 commit c78cfdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/09-classes/01-class/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ Object.defineProperties(User.prototype, {
282282
});
283283
```
284284

285-
Here's an example with a computed property in brackets `[...]`:
285+
Here's an example with a computed property name in brackets `[...]`:
286286

287287
```js run
288288
class User {

0 commit comments

Comments
 (0)