Skip to content

Commit e9b2f23

Browse files
Correct spelling typo
1 parent 865975d commit e9b2f23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/tus/java/client/TusExecutor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import java.io.IOException;
44

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

0 commit comments

Comments
 (0)