From f62c717f794c08faf5220713eec3d06a20c9db03 Mon Sep 17 00:00:00 2001 From: Julien Neuhart Date: Fri, 25 Jan 2019 15:50:15 +0100 Subject: [PATCH] fixing typo in docs --- build/docs/content/04-office.md | 2 +- docs/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.