From 8ed8b33f7c756400ccd8a733e5dd5886dd8dbb1c Mon Sep 17 00:00:00 2001 From: IITII Date: Thu, 16 Nov 2023 19:51:36 +0800 Subject: [PATCH] typo: ServerApp (#1361) --- docs/source/developers/architecture.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/developers/architecture.rst b/docs/source/developers/architecture.rst index 37d676bff5..0a32a2774c 100644 --- a/docs/source/developers/architecture.rst +++ b/docs/source/developers/architecture.rst @@ -28,7 +28,7 @@ Jupyter Server contains the following components: - **Config Manager** initializes configuration for the ServerApp. You can define custom classes for the Jupyter Server managers using this config and change - SererApp settings. Follow :ref:`the Config File Guide ` to + ServerApp settings. Follow :ref:`the Config File Guide ` to learn about configuration settings and how to build custom config. - **Custom Extensions** allow you to create the custom Server's REST API endpoints.