diff --git a/_techniques/object-handles.md b/_techniques/object-handles.md
index 276fdf9..0115625 100644
--- a/_techniques/object-handles.md
+++ b/_techniques/object-handles.md
@@ -21,7 +21,7 @@ tags: object-handles
-The following set of techniques represents the checks which use kernel objects handles to detect a debugger presence. Some WinAPI functions that accept kernel object handles as their parameters can behave differently under debugging or cause side-effects that emerge because of debuggers' implementation. Moreover, there are specific kernel objecst that are created by the operation system when debugging begins.
+The following set of techniques represents the checks which use kernel objects handles to detect a debugger presence. Some WinAPI functions that accept kernel object handles as their parameters can behave differently under debugging or cause side-effects that emerge because of debuggers' implementation. Moreover, there are specific kernel objects that are created by the operation system when debugging begins.