diff --git a/docs/source/reference/proxy.md b/docs/source/reference/proxy.md index 01e9a49d..bd4bdf6f 100644 --- a/docs/source/reference/proxy.md +++ b/docs/source/reference/proxy.md @@ -2,7 +2,7 @@ JupyterHub 0.8 introduced the ability to write a custom implementation of the proxy. This enables deployments with different needs than the default proxy, -configurable-http-proxy (CHP). CHP is a single-process nodejs proxy that they +configurable-http-proxy (CHP). CHP is a single-process nodejs proxy that the Hub manages by default as a subprocess (it can be run externally, as well, and typically is in production deployments). diff --git a/docs/source/reference/services.md b/docs/source/reference/services.md index 65d3cda6..72f86231 100644 --- a/docs/source/reference/services.md +++ b/docs/source/reference/services.md @@ -15,7 +15,7 @@ This section provides the following information about Services: ## Definition of a Service When working with JupyterHub, a **Service** is defined as a process that interacts -with the Hub's REST API. A Service may perform a specific or +with the Hub's REST API. A Service may perform a specific action or task. For example, the following tasks can each be a unique Service: - shutting down individuals' single user notebook servers that have been idle