Skip to content

Commit bd9abdb

Browse files
Hyperlint Automation Fix
1 parent ebd8397 commit bd9abdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/browser-rendering/how-to/pdf-generation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Rather than using Browser Rendering to navigate to a user-provided URL, manually
7272
You can generate your HTML or CSS using any method you like. This example uses string interpolation, but the method is also fully compatible with web frameworks capable of rendering HTML on Workers such as React, Remix, and Vue.
7373
:::
7474

75-
For this example, we're going to take in user-provided content (via a '?name=' parameter), and have that name output in the final PDF document.
75+
For this example, we are going to take in user-provided content (via a '?name=' parameter), and have that name output in the final PDF document.
7676

7777
To start, fill out your `generateDocument` function with the following:
7878

0 commit comments

Comments
 (0)