Skip to content
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.

Commit

Permalink
add missing apostrophe
Browse files Browse the repository at this point in the history
(test commit)
  • Loading branch information
impand-aa committed Apr 19, 2024
1 parent c79fcdf commit 85900c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/fragment.md
Original file line number Diff line number Diff line change
@@ -84,7 +84,7 @@ The callback that is invoked when a Fragment is spawned using `Fragment:Spawn`.
Waits for the `Service.Spawning` callback to finish on the `Fragment`, then
returns the result of the wrapped `xpcall`.

!!! danger "Dont self-await"
!!! danger "Don't self-await"
Be careful to not call self:Await directly or indirectly while `Init` is
performing, this will cause the fragment to never resolve. This is bad!

0 comments on commit 85900c8

Please sign in to comment.