diff --git a/build/docs/content/04-office.md b/build/docs/content/04-office.md index 8adcab3b..ae50a364 100644 --- a/build/docs/content/04-office.md +++ b/build/docs/content/04-office.md @@ -73,7 +73,7 @@ $filename = $client->store($request, $dirPath); You may also customize the resulting PDF format. -By default, it will be rendered `portrait` orientation. +By default, it will be rendered with `portrait` orientation. ### cURL diff --git a/docs/index.html b/docs/index.html index 87abfb1c..f8b71326 100755 --- a/docs/index.html +++ b/docs/index.html @@ -643,7 +643,7 @@ $filename = $client->store($request, $dirPath);
You may also customize the resulting PDF format.
-By default, it will be rendered portrait orientation.
By default, it will be rendered with portrait orientation.