summaryrefslogtreecommitdiff
path: root/wiki
diff options
context:
space:
mode:
Diffstat (limited to 'wiki')
-rw-r--r--wiki/dev/shutdown-hooks.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiki/dev/shutdown-hooks.md b/wiki/dev/shutdown-hooks.md
index bf6b304..1cc5a81 100644
--- a/wiki/dev/shutdown-hooks.md
+++ b/wiki/dev/shutdown-hooks.md
@@ -1,4 +1,4 @@
-# Falsehoods Programmers Beleive About Shutdown Hooks
+# Falsehoods Programmers Believe About Shutdown Hooks
Shutdown hooks are language features allowing programs to register callbacks to run during the underlying runtime's orderly teardown. For example: