We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19309b5 commit 0969527Copy full SHA for 0969527
1 file changed
packages/platform-browser/src/browser/transfer_state.ts
@@ -73,7 +73,7 @@ export function makeStateKey<T = void>(key: string): StateKey<T> {
73
* `ServerTransferStateModule` on the server and `BrowserTransferStateModule` on the client.
74
*
75
* The values in the store are serialized/deserialized using JSON.stringify/JSON.parse. So only
76
- * boolean, number, string, null and non-class objects will be serialized and deserialzied in a
+ * boolean, number, string, null and non-class objects will be serialized and deserialized in a
77
* non-lossy manner.
78
79
* @publicApi
0 commit comments