Skip to content

Commit d222035

Browse files
Merge pull request #23066 from meravi/fix/yoastseo-readme-typo
Fix typo in yoastseo README error message
2 parents ddbab1d + 43217c7 commit d222035

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/yoastseo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ worker.initialize( {
7272
console.log( 'Analysis results:' );
7373
console.log( results );
7474
} ).catch( ( error ) => {
75-
console.error( 'An error occured while analyzing the text:' );
75+
console.error( 'An error occurred while analyzing the text:' );
7676
console.error( error );
7777
} );
7878
```

0 commit comments

Comments
 (0)