diff --git a/docs/guide/writing-tests/global-test-hooks.md b/docs/guide/writing-tests/global-test-hooks.md
index d556c02..697003e 100644
--- a/docs/guide/writing-tests/global-test-hooks.md
+++ b/docs/guide/writing-tests/global-test-hooks.md
@@ -74,7 +74,7 @@ The methods are defined in the external `globals` file and invoked using the `gl
return Promise.resolve();
},
- // Called right before the command .quite() is finished
+ // Called right before the command .quit() is finished
async onBrowserQuit(browser) {
return Promise.resolve();
};
@@ -99,4 +99,4 @@ The methods are defined in the external `globals` file and invoked using the `gl
→
-
\ No newline at end of file
+