Skip to content

Commit 074e7f5

Browse files
committed
docs(stdlib/date): fix wangdoc#237
1 parent c426ae2 commit 074e7f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/stdlib/date.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ d.toLocaleTimeString('zh-CN') // "上午12:00:00"
361361
- `weekday`:可能的值为`long``short``narrow`
362362
- `day``hour``minute``second`:可能的值为`numeric``2-digit`
363363
- `timeZone`:可能的值为 IANA 的时区数据库。
364-
- `timeZooneName`:可能的值为`long``short`
364+
- `timeZoneName`:可能的值为`long``short`
365365
- `hour12`:24小时周期还是12小时周期,可能的值为`true``false`
366366

367367
下面是用法实例。

0 commit comments

Comments
 (0)