mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-08 00:22:14 +01:00
fixing typo in error message
This commit is contained in:
@@ -74,7 +74,7 @@ func WithResultFilePath(r *http.Request, resultFilePath string) *http.Request {
|
||||
type resultFilePathNotFoundError struct{}
|
||||
|
||||
func (e *resultFilePathNotFoundError) Error() string {
|
||||
return "The resultFilePath was not found in request context"
|
||||
return "The result file path was not found in request context"
|
||||
}
|
||||
|
||||
func GetResultFilePath(r *http.Request) (string, error) {
|
||||
|
||||
Reference in New Issue
Block a user