Skip to content

Commit

Permalink
docs: Fix typo (tus#413)
Browse files Browse the repository at this point in the history
  • Loading branch information
sagikazarmark authored and justinruggles committed Oct 26, 2020
1 parent 8460aa1 commit d9f75b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage-package.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Please consult the [online documentation](https://godoc.org/github.com/tus/tusd/

## Implementing own storages

The tusd server is built to be as flexible as possible and to allow the use of different upload storage mechanisms. B
The tusd server is built to be as flexible as possible and to allow the use of different upload storage mechanisms.

If you have different requirements, you can build your own storage backend which will save the files to a remote FTP server or similar. Doing so is as simple as implementing the [`tusd.DataStore`](https://godoc.org/github.com/tus/tusd/pkg/#DataStore) interface and using the new struct in the [configuration object](https://godoc.org/github.com/tus/tusd/pkg/#Config). Please consult the documentation about detailed information about the required methods.

Expand Down

0 comments on commit d9f75b6

Please sign in to comment.