Skip to content

Commit 7200741

Browse files
authored
Update en-US.mdx (#41)
1 parent b992ddf commit 7200741

File tree

1 file changed

+1
-1
lines changed
  • questions/what-is-the-difference-between-a-map-object-and-a-plain-object-in-javascript

1 file changed

+1
-1
lines changed

questions/what-is-the-difference-between-a-map-object-and-a-plain-object-in-javascript/en-US.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ In summary, while both plain objects and `Map` objects can be used to store key-
7474

7575
## Notes
7676

77-
`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.
77+
`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.
7878

7979
## Further reading
8080

0 commit comments

Comments
 (0)