Skip to content

Commit

Permalink
Backport PR jupyterlab#7333: Fix project name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jasongrout authored and MeeseeksDev[bot] committed Oct 12, 2019
1 parent 9e62eac commit 9118dd5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions design/real_time_collab.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Read Time Collaboration Design

This purpose of this document is to describe the design of the real-time collaboration (RTC)
features we are building for JuptyerLab. The focus here is primarily on the user experience
features we are building for JupyterLab. The focus here is primarily on the user experience
and usage cases, rather than on the implementation details.

## Personas
Expand Down Expand Up @@ -49,7 +49,7 @@ software engieering practices (version control with Git/GitHub, Travis, Slack, e
control everything and run an extensive test suite on each commit. The collaboration is exploring the possibility of using JupyterHub to provide a unified user-experience for their users to access data
and their analysis software.

The collaboration would run JupyterLab with JuptyerHub, and build custom JupyterLab extensions that
The collaboration would run JupyterLab with JupyterHub, and build custom JupyterLab extensions that
have custom front-end UIs that talk to their various backend services. They want to provide RTC
capabilities for all of their services to enable the users and scientists to work with notebooks,
text files and their custom backend services in a collaborative manner. Most of their RTC session will
Expand Down
2 changes: 1 addition & 1 deletion docs/source/user/extensions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ staging and static
''''''''''''''''''

The ``static`` directory contains the assets that will be loaded by the
JuptyerLab application. The ``staging`` directory is used to create the
JupyterLab application. The ``staging`` directory is used to create the
build and then populate the ``static`` directory.

Running ``jupyter lab`` will attempt to run the ``static`` assets in the
Expand Down

0 comments on commit 9118dd5

Please sign in to comment.