From 4b952d8d3e2183d864a0421c719523935e9a775b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Mon, 18 Jan 2021 09:37:46 +0100 Subject: [PATCH] doc: fix maintaining ICU guide PR-URL: https://github.com/nodejs/node/pull/36980 Reviewed-By: Antoine du Hamel Reviewed-By: Richard Lau Reviewed-By: Benjamin Gruenbaum Reviewed-By: Beth Griggs Reviewed-By: Colin Ihrig --- doc/guides/maintaining-icu.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/maintaining-icu.md b/doc/guides/maintaining-icu.md index 4b0c413c3f9fcb..f98e129c5a86df 100644 --- a/doc/guides/maintaining-icu.md +++ b/doc/guides/maintaining-icu.md @@ -158,7 +158,7 @@ process.versions.icu; new Intl.DateTimeFormat('es', { month: 'long' }).format(new Date(9E8)); ``` -(This should print your updated ICU version number, and also `January` again.) +(This should print your updated ICU version number, and also `enero` again.) You are ready to check in the updated `deps/icu-small`. This is a big commit, so make this a separate commit from the smaller changes.