Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Commit

Permalink
Corrected grammar (#14773)
Browse files Browse the repository at this point in the history
  • Loading branch information
leoaguimatang authored and ariya committed Mar 15, 2017
1 parent 0d45b9f commit feab527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/api/webpage/handler/2000-01-01-on-load-started.md
Expand Up @@ -19,7 +19,7 @@ page.onLoadStarted = function() {
var currentUrl = page.evaluate(function() {
return window.location.href;
});
console.log('Current page ' + currentUrl + ' will gone...');
console.log('Current page ' + currentUrl + ' will be gone...');
console.log('Now loading a new page...');
};
```
Expand Down

0 comments on commit feab527

Please sign in to comment.