Skip to content

Commit 42ef3bb

Browse files
committed
Fix README typos
1 parent 5a992b7 commit 42ef3bb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,13 +178,13 @@ Troubleshooting
178178
Debugging issues with PDF generation
179179
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
180180

181-
If you struggling to generate correct PDF firstly you should check wkhtmltopdf output for some clues, you can get it by passing ``verbose=True`` to API calls:
181+
If you struggling to generate correct PDF firstly you should check ``wkhtmltopdf`` output for some clues, you can get it by passing ``verbose=True`` to API calls:
182182

183183
.. code-block:: python
184184
185185
pdfkit.from_url('http://google.com', 'out.pdf', verbose=True)
186186
187-
If you are getting strage results in PDF or some option looks like its ignored you should try to run ``wkhtmltopdf`` directly to see if it produces the same result. You can get CLI command by creating ``pdfkit.PDFKit`` class directly and then calling its ``command()`` method:
187+
If you are getting strange results in PDF or some option looks like its ignored you should try to run ``wkhtmltopdf`` directly to see if it produces the same result. You can get CLI command by creating ``pdfkit.PDFKit`` class directly and then calling its ``command()`` method:
188188

189189
.. code-block:: python
190190

0 commit comments

Comments
 (0)