Skip to content

Commit 3e8e17b

Browse files
michael-smallrainerhahnekamp
authored andcommitted
fix: close unterminated code block in libs/ngrx-toolkit/README.md
Without this fix, the `## Redux Connector for the NgRx Signal Store `createReduxState()`` section is absorbed into the code block of the `## Storage Sync withStorageSync()` section. Also this commit adds some closing `}` to the `withStorageSync` block.
1 parent b4f68af commit 3e8e17b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libs/ngrx-toolkit/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,9 @@ public class SyncedStoreComponent {
270270

271271
clearStorage(): void {
272272
this.syncStore.clearStorage(); // clears the stored item in storage
273+
}
274+
}
275+
```
273276

274277
## Redux Connector for the NgRx Signal Store `createReduxState()`
275278

0 commit comments

Comments
 (0)