Skip to content

Commit 9ff94b5

Browse files
committed
fixed typo in documentation
1 parent 48aa738 commit 9ff94b5

File tree

3 files changed

+29
-338
lines changed

3 files changed

+29
-338
lines changed

docs/index.html

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,8 @@ <h2> Methods</h2>
259259
<tr>
260260
<td class="mono-bold">generatePdf(spec)</td>
261261
<td class="gray">
262-
to programmatically generate the PDF
263-
takes a single parameter that can
262+
to programmatically generate the PDF. <br/>
263+
Takes a single parameter that can be :
264264
<ul>
265265
<li> either a string containing the url of the specs</li>
266266
<li> or a JSON object representing a valid spec</li>
@@ -336,9 +336,6 @@ <h2> Localization</h2>
336336
gotoEl.scrollIntoView({ block: 'start', behavior: 'smooth' });
337337
}
338338
}
339-
340-
341-
342339
</script>
343340
</body>
344341

docs/welcome.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -336,9 +336,6 @@ <h2> Localization</h2>
336336
gotoEl.scrollIntoView({ block: 'start', behavior: 'smooth' });
337337
}
338338
}
339-
340-
341-
342339
</script>
343340
</body>
344341

0 commit comments

Comments
 (0)