Skip to content

Commit

Permalink
ci: apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Nov 29, 2024
1 parent f3d9292 commit a864815
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/angular/basic-persister/src/app/app.component.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<p>
Try to mock offline behavior with the button in the devtools. You can
navigate around as long as there is already data in the cache. You'll get
a refetch as soon as you go "online" again.
Try to mock offline behavior with the button in the devtools. You can navigate
around as long as there is already data in the cache. You'll get a refetch as
soon as you go "online" again.
</p>
@if (postId() > -1) {
<post [postId]="postId()" (setPostId)="postId.set($event)"></post>
Expand Down

0 comments on commit a864815

Please sign in to comment.