Skip to content

Commit

Permalink
Correct spelling for instantiate.
Browse files Browse the repository at this point in the history
  • Loading branch information
nickescobedo committed Nov 7, 2019
1 parent 52bd425 commit 11a60a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Puppeteer.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Puppeteer extends AbstractEntryPoint
];

/**
* Instanciate Puppeteer's entry point.
* Instantiate Puppeteer's entry point.
*/
public function __construct(array $userOptions = [])
{
Expand Down

0 comments on commit 11a60a1

Please sign in to comment.