Skip to content

Commit 67303a9

Browse files
Update 1-js/07-object-properties/02-property-accessors/article.md
Co-authored-by: joaquinelio <[email protected]>
1 parent c19bdf8 commit 67303a9

File tree

1 file changed

+1
-1
lines changed
  • 1-js/07-object-properties/02-property-accessors

1 file changed

+1
-1
lines changed

1-js/07-object-properties/02-property-accessors/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ user.fullName = "Test"; // Error (property has only a getter)
6969
*/!*
7070
```
7171

72-
Arreglémoslo agregando un setter para " user.fullName":
72+
Arreglémoslo agregando un setter para `user.fullName`:
7373

7474
```js run
7575
let user = {

0 commit comments

Comments
 (0)