Skip to content

Commit 0f17b3f

Browse files
committed
fix typo
Signed-off-by: Wei-Chun, Chang <wcchang@infuseai.io>
1 parent 70c465b commit 0f17b3f

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Try it out from the [Getting Started](https://artivc.io/usage/getting-started/)
88

99
# Features
1010

11-
- **Data Versioning**: Version your data like versioning code. ArtiVC supports commit history, commit message, and version tag. You can diff two commits, and pull data from the speciifc version.
11+
- **Data Versioning**: Version your data like versioning code. ArtiVC supports commit history, commit message, and version tag. You can diff two commits, and pull data from the specific version.
1212
- **Use your own storage**: We are used to putting large files in NFS or S3. To use ArtiVC, you can keep putting your files on the same storage without changes.
1313
- **No additional server is required**: ArtiVC is a CLI tool. No server or gateway is required to install and operate.
1414
- **Multiple backends support**: ArtiVC natively supports local filesystem, remote filesystem (by SSH), AWS S3, Google Cloud Storage, and Azure Blob Storage as backend. And 40+ backends are supported through [Rclone](https://artivc.io/backends/rclone/) integration. [Learn more](https://artivc.io/backends/)

docs/content/en/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ geekdocAnchor: false
2323
{{< columns >}}
2424
### Data Versioning
2525

26-
Version your data like versioning code. ArtiVC supports commit history, commit message, and version tag. You can diff two commits, and pull data from the speciifc version.
26+
Version your data like versioning code. ArtiVC supports commit history, commit message, and version tag. You can diff two commits, and pull data from the specific version.
2727

2828
<--->
2929

docs/content/en/usage/dryrun.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Dry Run
33
weight: 11
44
---
55

6-
Pushing and pulling data is time-consuming. And need to be double-check before transfering. Dry run is the feature allows to list the changeset before sending.
6+
Pushing and pulling data is time-consuming. And need to be double-checked before transferring. Dry-run is the feature that allows listing the changeset before sending.
77

88

99
## Push

docs/content/en/usage/expose.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Expose the data
33
weight: 20
44
---
55

6-
ArtiVC repository can be exposed as a http endpoint. In S3, we can just make the bucket and give the data consumer the http endpiont of the repository. In this way, we can download data through CDN or other reverse proxies.
6+
ArtiVC repository can be exposed as an HTTP endpoint. In S3, we can just make the bucket and give the data consumer the HTTP endpoint of the repository. In this way, we can download data through CDN or other reverse proxies.
77

88
1. [Make your S3 bucket public](https://aws.amazon.com/premiumsupport/knowledge-center/read-access-objects-s3-bucket/?nc1=h_ls)
99
1. Copy the public URL of your repository. For example

docs/content/en/usage/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ For more information, please see the [Azure Blob Storage](../../backends/azurebl
182182
avc log
183183
```
184184

185-
## Clone data from exisiting repository
185+
## Clone data from existing repository
186186
1. Go to the folder to clone repository
187187

188188
{{<tabs "avc clone">}}

docs/content/en/use-cases/dataprep.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ weight: 2
55

66
Organizing dataset can be a hassle, especially as data is constantly evolving. ArtiVC is the most suitable tool to organize the dataset. There are the following benefits.
77

8-
- No need to transfer files with the exisitng content. Even you rename or copy to different folder. ArtiVC knows they are the same content. It is common to move or keep the same images, videos when the dataset is evloving.
8+
- No need to transfer files with the existing content. Even you rename or copy to different folder. ArtiVC knows they are the same content. It is common to move or keep the same images, videos when the dataset is evolving.
99
- Version tagging. If there is a stable version of dataset, we can tag a commit as the human-readable version.
1010

1111
## Prepare a dataset
@@ -29,7 +29,7 @@ Here are the common steps to prepare a dataset
2929
# Push
3030
avc push -m 'my second version'
3131
```
32-
1. If there are new version is pushed by others, sync the data set with remote
32+
1. If there are new versions is pushed by others, sync the data set with remote
3333
```shell
3434
# Check the difference
3535
avc pull --dry-run

0 commit comments

Comments
 (0)