* Fix typo

* Fix off baseline

Co-authored-by: Orta <git@orta.io>
This commit is contained in:
Greg Finley
2021-03-29 12:14:44 +01:00
committed by GitHub
co-authored by Orta
parent b1571fcb71
commit 11097c622c
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1073,7 +1073,7 @@ interface ReadonlyArray<T> {
*/
toString(): string;
/**
* Returns a string representation of an array. The elements are converted to string using their toLocalString methods.
* Returns a string representation of an array. The elements are converted to string using their toLocaleString methods.
*/
toLocaleString(): string;
/**
@@ -1207,7 +1207,7 @@ interface Array<T> {
*/
toString(): string;
/**
* Returns a string representation of an array. The elements are converted to string using their toLocalString methods.
* Returns a string representation of an array. The elements are converted to string using their toLocaleString methods.
*/
toLocaleString(): string;
/**
@@ -223,7 +223,7 @@
],
"documentation": [
{
"text": "Returns a string representation of an array. The elements are converted to string using their toLocalString methods.",
"text": "Returns a string representation of an array. The elements are converted to string using their toLocaleString methods.",
"kind": "text"
}
]