Skip to content

Commit 0988760

Browse files
rainvarecortizg
andauthored
Update 1-js/07-object-properties/02-property-accessors/article.md
Co-authored-by: Carlos Ortiz Gutiérrez <[email protected]>
1 parent e9b0519 commit 0988760

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
@@ -147,7 +147,7 @@ for(let key in user) alert(key); // name, surname
147147

148148
Tenga en cuenta que una propiedad puede ser un acceso (tiene métodos `get/set`) o una propiedad de datos (tiene un 'valor'), no ambas.
149149

150-
Si intentamos poner tanto " get" como " valor" en el mismo descriptor, habrá un error:
150+
Si intentamos poner tanto `get` como `valor` en el mismo descriptor, habrá un error:
151151

152152
```js run
153153
*!*

0 commit comments

Comments
 (0)