diff --git a/questions/what-is-the-difference-between-a-map-object-and-a-plain-object-in-javascript/en-US.mdx b/questions/what-is-the-difference-between-a-map-object-and-a-plain-object-in-javascript/en-US.mdx index 42c6996..d04952f 100644 --- a/questions/what-is-the-difference-between-a-map-object-and-a-plain-object-in-javascript/en-US.mdx +++ b/questions/what-is-the-difference-between-a-map-object-and-a-plain-object-in-javascript/en-US.mdx @@ -74,7 +74,7 @@ In summary, while both plain objects and `Map` objects can be used to store key- ## Notes -`Map` objects cannot be serialized to be sent in HTTP requests, but libraries like [superjson](https://github.com/blitz-js/superjson) allowing them to be serialized and deserialized. +`Map` objects cannot be serialized to be sent in HTTP requests, but libraries like [superjson](https://github.com/blitz-js/superjson) allow them to be serialized and deserialized. ## Further reading