Skip to content

Commit 606962a

Browse files
committed
line 167
1 parent 3633d54 commit 606962a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/05-data-types/11-date/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ alert(today); // still today, now 00:00:00 sharp.
164164

165165
## Autocorrection
166166

167-
The *autocorrection* is a very handy feature of `Date` objects. We can set out-of-range values, and it will auto-adjust itself.
167+
The *autocorrection* is a very handy feature of `Date` objects. We can set an out-of-range value, and it will auto-adjust itself.
168168

169169
For instance:
170170

0 commit comments

Comments
 (0)