diff --git a/reference/intl/dateformatter/create.xml b/reference/intl/dateformatter/create.xml
index 7bac912c9a821..d436faf1deabf 100644
--- a/reference/intl/dateformatter/create.xml
+++ b/reference/intl/dateformatter/create.xml
@@ -144,6 +144,14 @@
+
+ &reftitle.errors;
+
+ A Value is thrown if
+ locale is invalid.
+
+
+
&reftitle.changelog;
@@ -159,10 +167,10 @@
8.4.0
-
- A Value is thrown if
+
+ A Value is thrown if
locale is invalid.
-
+
diff --git a/reference/intl/numberformatter/create.xml b/reference/intl/numberformatter/create.xml
index 72c907d195ea0..05337897a6394 100644
--- a/reference/intl/numberformatter/create.xml
+++ b/reference/intl/numberformatter/create.xml
@@ -92,6 +92,14 @@
+
+ &reftitle.errors;
+
+ A Value is thrown if
+ locale is invalid.
+
+
+
&reftitle.changelog;
@@ -106,10 +114,10 @@
8.4.0
-
+
A Value is thrown if
locale is invalid.
-
+
diff --git a/reference/intl/resourcebundle/get.xml b/reference/intl/resourcebundle/get.xml
index c9fe08c3cca49..31f925e5289cc 100644
--- a/reference/intl/resourcebundle/get.xml
+++ b/reference/intl/resourcebundle/get.xml
@@ -72,6 +72,20 @@
+
+ &reftitle.errors;
+
+ A TypeError is thrown if
+ the offset type is invalid.
+
+
+ A ValueError is thrown if
+ if index is a string
+ and is empty or is a int and does not
+ fit into a 32 bit integer type.
+
+
+
&reftitle.changelog;
@@ -87,14 +101,14 @@
8.4.0
-
- A TypeError is thrown if
+
+ A TypeError is thrown if
the offset type is invalid.
- A ValueError is thrown if
+ A ValueError is thrown if
if index is a string
and is empty or is a int and does not
fit into a 32 bit integer type.
-
+