JS: Use US spelling

This commit is contained in:
Asger F
2025-02-14 10:28:55 +01:00
parent 25314b61db
commit 7df3e647d1

View File

@@ -1,7 +1,7 @@
/**
* Contains a summary for `URLSearchParams` and `URL` objects.
*
* For now, the `URLSearchParams` object is modelled as a `Map` object.
* For now, the `URLSearchParams` object is modeled as a `Map` object.
*/
private import javascript