From 23600a79b34d80feb75abaf7902b7e92f475eb43 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Mon, 13 Apr 2015 19:16:27 -0400 Subject: Typo fix (thanks, @ashok!) --- wiki/dev/shutdown-hooks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wiki/dev/shutdown-hooks.md') 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: -- cgit v1.2.3