Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
/**
* Returns a clone of the current dice instance
- * This usefull for overloading the current instance with mocked methods during tests
+ * This useful for overloading the current instance with mocked methods during tests
*
* @return Dice
*/
/**
* Creates a IHTTPClient for communications with HTTP endpoints
*
- * @param HandlerStack|null $handlerStack (optional) A handler replacement (just usefull at test environments)
+ * @param HandlerStack|null $handlerStack (optional) A handler replacement (just useful at test environments)
*
* @return ICanSendHttpRequests
*/