From 97ac1cb373d023ca8fbf0b9f169354851f5e0df9 Mon Sep 17 00:00:00 2001 From: shawn_he Date: Mon, 27 Mar 2023 10:45:42 +0800 Subject: [PATCH] update doc Signed-off-by: shawn_he --- en/application-dev/internationalization/intl-guidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/application-dev/internationalization/intl-guidelines.md b/en/application-dev/internationalization/intl-guidelines.md index cd7ff0288f..7274514385 100644 --- a/en/application-dev/internationalization/intl-guidelines.md +++ b/en/application-dev/internationalization/intl-guidelines.md @@ -379,7 +379,7 @@ According to grammars in certain languages, the singular or plural form of a nou 5. Access the attributes of the **RelativeTimeFormat** object. - Call **resolvedOptions** to obtain an object that contains all related attributes and values of the **RelativeTimeFormat** object. For a full list of attributes, see [RelativeTimeFormatResolvedOptions](../reference/apis/js-apis-intl.md#relativetimeformatresolvedoptions9). + Call **resolvedOptions** to obtain an object that contains all related attributes and values of the **RelativeTimeFormat** object. For a full list of attributes, see [RelativeTimeFormatResolvedOptions](../reference/apis/js-apis-intl.md#relativetimeformatresolvedoptions8). ```js let relativeTimeFormat = new Intl.RelativeTimeFormat("zh-CN", {numeric: "always", style: "long"}); -- GitLab