Skip to content

Commit

Permalink
term: Mac -> MacOS after reviewing #737
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeorpinel committed Oct 28, 2019
1 parent 3b38c60 commit 82b1288
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions static/docs/command-reference/remote/modify.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,8 @@ For more information on configuring Azure Storage connection strings, visit
[with kerberos](https://en.wikipedia.org/wiki/Generic_Security_Services_Application_Program_Interface#Relationship_to_Kerberos)).
Using this option requires `paramiko[gssapi]`, which is currently only
supported by our pip package, and could be installed with
`pip install 'dvc[ssh_gssapi]'`. Other packages (Conda, Windows, and Mac pkg)
do not support it.
`pip install 'dvc[ssh_gssapi]'`. Other packages (Conda, Windows, and MacOS
PKG) do not support it.

```dvc
$ dvc remote modify myremote gss_auth true
Expand Down
5 changes: 3 additions & 2 deletions static/docs/command-reference/version.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,9 @@ The detail of `Binary` depends on the way DVC was downloaded and
These downloads are available from our [home page](/). They ultimately contain
a binary bundle, which is the executable file of a software application,
meaning that it will run natively on a specific platform (Linux, Windows,
Mac). In our case, we use [PyInstaller](https://pythonhosted.org/PyInstaller/)
to bundle our source code into the binary package app.
MacOS). In our case, we use
[PyInstaller](https://pythonhosted.org/PyInstaller/) to bundle our source code
into the binary package app.

- **`Binary: False`** - shown when DVC is downloaded and installed from:

Expand Down
2 changes: 1 addition & 1 deletion static/docs/understanding-dvc/how-it-works.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@
-r-------- 2 501 staff 273M Jan 27 03:48 Posts-test.tsv
```

- DVC works on Mac, Linux, and Windows.
- DVC works on MacOS, Linux, and Windows.
6 changes: 3 additions & 3 deletions static/docs/user-guide/dvcignore.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ Sometimes you might want DVC to ignore some files while working with the
project. For example, when working in a <abbr>workspace</abbr> directory with a
large number of data files, you might encounter extended execution time for
operations as simple as `dvc status`. In other case you might want to omit files
or folders unrelated to the project (like `.DS_Store` on Mac). To address these
scenarios, DVC supports optional `.dvcignore` files. `.dvcignore` works similar
to `.gitignore` in Git.
or folders unrelated to the project (like `.DS_Store` on MacOS). To address
these scenarios, DVC supports optional `.dvcignore` files. `.dvcignore` works
similar to `.gitignore` in Git.

## How does it work?

Expand Down

0 comments on commit 82b1288

Please sign in to comment.