Skip to content

Commit

Permalink
Fix typo parth -> path (#1012)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbieTheWagner authored Nov 2, 2023
1 parent 7fa498c commit ecd82db
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/api/class/queue.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The Queue is a collection of files that are being manipulated by the user.

Queues are designed to persist the state of uploads when a user navigates around your application.

## Import parth
## Import path

```js
import { Queue } from 'ember-file-upload';
Expand Down
2 changes: 1 addition & 1 deletion docs/api/class/upload-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ category: class

The `UploadFile` class provides a uniform interface for interacting with data that can be uploaded or read.

## Import parth
## Import path

```js
import { UploadFile } from 'ember-file-upload';
Expand Down
2 changes: 1 addition & 1 deletion docs/api/component/file-dropzone.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ drag and drop.
</FileDropzone>
```

## Import parth
## Import path

```js
import FileDropzone from 'ember-file-upload/components/file-dropzone';
Expand Down
2 changes: 1 addition & 1 deletion docs/api/helper/file-queue.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ If a name is not provided, the default queue will be used.
{{/let}}
```

## Import parth
## Import path

```js
import fileQueue from 'ember-file-upload/helpers/file-queue';
Expand Down
2 changes: 1 addition & 1 deletion docs/api/service/file-queue-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The `FileQueueService` is a global file queue that manages all files being uploa

This service can be used to query the current upload state when a user leaves the app, asking them whether they want to cancel the remaining uploads.

## Import parth
## Import path

```js
import FileQueueService from 'ember-file-upload/services/file-queue';
Expand Down

0 comments on commit ecd82db

Please sign in to comment.