Skip to content

Commit 20f1398

Browse files
committed
docs(www): formatting
1 parent 2198071 commit 20f1398

File tree

1 file changed

+1
-1
lines changed
  • projects/www/src/app/pages/guide/component-store

1 file changed

+1
-1
lines changed

projects/www/src/app/pages/guide/component-store/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ Effects are used to perform additional validation and get extra information from
293293
region="updating-state">
294294
295295
```ts
296-
changePageSize(newPageSize: number) {
296+
changePageSize(newPageSize: number) {
297297
this.paginatorStore.changePageSize(newPageSize);
298298
}
299299
nextPage() {

0 commit comments

Comments
 (0)