Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jfischer committed May 20, 2019
1 parent da33c46 commit dae5c3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ external, third-party git repository. It is simple to add::
dws add git --role=source-data --read-only ./sklearn-digits-dataset

The first line (``git clone ...``) makes a local copy of the Git repository for the
Digits dataset. The second line (``dws add git..``) adds the repository to the workspace
Digits dataset. The second line (``dws add git ...``) adds the repository to the workspace
as a resource to be tracked as part of our project. The ``--role`` option tells Data
Workspaces how we will use the resource (as source data), and the ``--read-only``
option indicates that we should treat the repository as read-only and never try to
Expand Down
2 changes: 1 addition & 1 deletion docs/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ external, third-party git repository. It is simple to add::
dws add git --role=source-data --read-only ./sklearn-digits-dataset

The first line (``git clone ...``) makes a local copy of the Git repository for the
Digits dataset. The second line (``dws add git..``) adds the repository to the workspace
Digits dataset. The second line (``dws add git ...``) adds the repository to the workspace
as a resource to be tracked as part of our project. The ``--role`` option tells Data Workspaces
how we will use the resource (as source data), and the ``--read-only`` option indicates that
we should treat the repository as read-only and never try to push it to its
Expand Down

0 comments on commit dae5c3a

Please sign in to comment.