From d9279fd50843db95a06423ed5067e1d3c0f84479 Mon Sep 17 00:00:00 2001
From: Peter Gao <peter1357908@hotmail.com>
Date: Wed, 20 Nov 2024 08:21:18 -0500
Subject: [PATCH] Fix typo in general-setup.md

---
 docs/source/tutorials/general-setup.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/source/tutorials/general-setup.md b/docs/source/tutorials/general-setup.md
index 920a3128..d1e833f7 100644
--- a/docs/source/tutorials/general-setup.md
+++ b/docs/source/tutorials/general-setup.md
@@ -32,7 +32,7 @@ projects' authenticator classes.
 3. Configure JupyterHub to use one compatible authenticator class
 
    The authenticator class can be the general purpose `GenericOAuthenticator`
-   class, or a specialized authenticator class like `GitHubOAuthentator`.
+   class, or a specialized authenticator class like `GitHubOAuthenticator`.
 
    ```python
    # code for a jupyterhub_config.py file...