We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ddbab1d + 43217c7 commit d222035Copy full SHA for d222035
1 file changed
packages/yoastseo/README.md
@@ -72,7 +72,7 @@ worker.initialize( {
72
console.log( 'Analysis results:' );
73
console.log( results );
74
} ).catch( ( error ) => {
75
- console.error( 'An error occured while analyzing the text:' );
+ console.error( 'An error occurred while analyzing the text:' );
76
console.error( error );
77
} );
78
```
0 commit comments