diff --git a/packages/platform-browser/src/browser/transfer_state.ts b/packages/platform-browser/src/browser/transfer_state.ts index fd4916d91f..b7bafd6d4f 100644 --- a/packages/platform-browser/src/browser/transfer_state.ts +++ b/packages/platform-browser/src/browser/transfer_state.ts @@ -73,7 +73,7 @@ export function makeStateKey(key: string): StateKey { * `ServerTransferStateModule` on the server and `BrowserTransferStateModule` on the client. * * The values in the store are serialized/deserialized using JSON.stringify/JSON.parse. So only - * 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 * non-lossy manner. * * @publicApi