Skip to content

Commit

Permalink
fix broken fragment identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
pdaoust committed Jan 30, 2025
1 parent 16c71c7 commit a35aab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/build/callbacks-and-lifecycle-hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ pub fn heartbeat(_: ()) -> ExternResult<()> {
```

!!! info Remote signals and privileges
If you grant unrestricted access to your remote signal callback like in the [previous example](init-grant-unrestricted-access-to-recv-remote-signal), take care that it does as little as possible, to avoid people abusing it. Permissions and privileges are another topic which we'll talk about soon.<!-- TODO: link when the capabilities page is written -->
If you grant unrestricted access to your remote signal callback like in the [previous example](#init-grant-unrestricted-access-to-recv-remote-signal), take care that it does as little as possible, to avoid people abusing it. Permissions and privileges are another topic which we'll talk about soon.<!-- TODO: link when the capabilities page is written -->
!!!

### Define a `post_commit` callback
Expand Down

0 comments on commit a35aab4

Please sign in to comment.