Skip to content

Commit

Permalink
Correct spelling typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ifedapoolarewaju authored Sep 18, 2016
1 parent 865975d commit e9b2f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/tus/java/client/TusExecutor.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import java.io.IOException;

/**
* TusExecutor is a wrapper class which you can built around your uploading mechanism and any
* TusExecutor is a wrapper class which you can build around your uploading mechanism and any
* exception thrown by it will be caught and may result in a retry. This way you can easily add
* retrying functionality to your application with defined delays between them.
*
Expand Down

0 comments on commit e9b2f23

Please sign in to comment.