Skip to content

Commit 927af8b

Browse files
Merge pull request #1 from segux/patch-1
Fix fechaActual correctly camelCase
2 parents 8f52ff0 + 19b4277 commit 927af8b

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
@@ -64,7 +64,7 @@ const yyyymmdstr = moment().format("YYYY/MM/DD");
6464
**👨‍🏫 Bien:**
6565

6666
```javascript
67-
const fechaACtual = moment().format("YYYY/MM/DD");
67+
const fechaActual = moment().format("YYYY/MM/DD");
6868
```
6969

7070
**[⬆ Volver arriba](#contenido)**

0 commit comments

Comments
 (0)