Skip to content

Commit 4b952d8

Browse files
targosruyadorno
authored andcommitted
doc: fix maintaining ICU guide
PR-URL: #36980 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Beth Griggs <bgriggs@redhat.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
1 parent ef3a5f6 commit 4b952d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/guides/maintaining-icu.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ process.versions.icu;
158158
new Intl.DateTimeFormat('es', { month: 'long' }).format(new Date(9E8));
159159
```
160160

161-
(This should print your updated ICU version number, and also `January` again.)
161+
(This should print your updated ICU version number, and also `enero` again.)
162162

163163
You are ready to check in the updated `deps/icu-small`. This is a big commit,
164164
so make this a separate commit from the smaller changes.

0 commit comments

Comments
 (0)