Skip to content

Commit 3fef30f

Browse files
committed
fix: fix-typo
1 parent 62d4bb5 commit 3fef30f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Response/Elasticsearch.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ public function asArray(): array
138138
return $this->asArray;
139139
}
140140
throw new UnknownContentTypeException(sprintf(
141-
"Cannot deserialize the reponse as array with Content-Type: %s",
141+
"Cannot deserialize the response as array with Content-Type: %s",
142142
$contentType
143143
));
144144
}
@@ -171,7 +171,7 @@ public function asObject(): object
171171
return $this->asObject;
172172
}
173173
throw new UnknownContentTypeException(sprintf(
174-
"Cannot deserialize the reponse as object with Content-Type: %s",
174+
"Cannot deserialize the response as object with Content-Type: %s",
175175
$contentType
176176
));
177177
}

0 commit comments

Comments
 (0)