Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jun 30, 2018
1 parent aa08a96 commit 126a8d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const prerender = async (
{ getBrowserless, gotOptions, toEncode, ...opts }
) => {
const fetchData = fetch(url, { toEncode, ...gotOptions })
const browserless = await createBrowserless()
const browserless = await getBrowserless()
let html

try {
Expand Down

0 comments on commit 126a8d2

Please sign in to comment.