From 885695f2f77be3727293664ad602ef16188f0c91 Mon Sep 17 00:00:00 2001 From: philip keighley Date: Mon, 9 Jul 2018 18:28:18 -0400 Subject: [PATCH 1/2] Fix grammatical error --- docs/cookbook/build-image.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cookbook/build-image.md b/docs/cookbook/build-image.md index e412361f..bea40589 100644 --- a/docs/cookbook/build-image.md +++ b/docs/cookbook/build-image.md @@ -37,7 +37,7 @@ $buildStream->wait(); ### Docker::FETCH_RESPONSE -The build function will return the raw [PSR7](http://www.php-fig.org/psr/psr-7/) Response. It's up too you handle +The build function will return the raw [PSR7](http://www.php-fig.org/psr/psr-7/) Response. It's up to you handle decoding and receiving correct output in this case. ## Context From 909d1c2d73284645035ff971cef814917f9a1997 Mon Sep 17 00:00:00 2001 From: Philip Keighley Date: Fri, 28 Dec 2018 09:39:17 -0500 Subject: [PATCH 2/2] Add missing 'to' before 'handle' --- docs/cookbook/build-image.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cookbook/build-image.md b/docs/cookbook/build-image.md index bea40589..71a5d4bc 100644 --- a/docs/cookbook/build-image.md +++ b/docs/cookbook/build-image.md @@ -37,7 +37,7 @@ $buildStream->wait(); ### Docker::FETCH_RESPONSE -The build function will return the raw [PSR7](http://www.php-fig.org/psr/psr-7/) Response. It's up to you handle +The build function will return the raw [PSR7](http://www.php-fig.org/psr/psr-7/) Response. It's up to you to handle decoding and receiving correct output in this case. ## Context