Skip to content

Commit

Permalink
Fix typo in general-setup.md
Browse files Browse the repository at this point in the history
  • Loading branch information
peter1357908 authored Nov 20, 2024
1 parent 9031e4c commit d9279fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/tutorials/general-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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...
Expand Down

0 comments on commit d9279fd

Please sign in to comment.