Skip to content

Commit

Permalink
Merge pull request jupyterlab#7337 from meeseeksmachine/auto-backport…
Browse files Browse the repository at this point in the history
…-of-pr-7333-on-1.x

Backport PR jupyterlab#7333 on branch 1.x (Fix project name typo)
  • Loading branch information
jasongrout committed Oct 12, 2019
2 parents 9e62eac + 9118dd5 commit 79624fc
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
@@ -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
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 79624fc

Please sign in to comment.