8000 docs(platform-browser): fix spelling of deserialized (#36102) · angular/angular@0969527 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0969527

Browse files
deisterholdmhevery
authored andcommitted
docs(platform-browser): fix spelling of deserialized (#36102)
PR Close #36102
1 parent 19309b5 commit 0969527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/platform-browser/src/browser/transfer_state.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export function makeStateKey<T = void>(key: string): StateKey<T> {
7373
* `ServerTransferStateModule` on the server and `BrowserTransferStateModule` on the client.
7474
*
7575
* 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
76+
* boolean, number, string, null and non-class objects will be serialized and deserialized in a
7777
* non-lossy manner.
7878
*
7979
* @publicApi

0 commit comments

Comments
 (0)
0