Skip to content

Commit 7653169

Browse files
vdusekclaude
andcommitted
docs: Use backticks instead of code tags in ApiLink component
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 01d5d56 commit 7653169

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/02_concepts/04_actor_events.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ During its runtime, the Actor receives Actor events sent by the Apify platform o
4646
{' '}to another worker server soon.</p>
4747
You can use it to persist the state of the Actor so that once it is executed again on the new server,
4848
it doesn't have to start over from the beginning.
49-
Once you have persisted the state of your Actor, you can call <ApiLink to="class/Actor#reboot"><code>Actor.reboot</code></ApiLink>
49+
Once you have persisted the state of your Actor, you can call <ApiLink to="class/Actor#reboot">`Actor.reboot`</ApiLink>
5050
to reboot the Actor and trigger the migration immediately, to speed up the process.
5151
</td>
5252
</tr>

0 commit comments

Comments
 (0)