Fixed typo in 9.4
@@ -704,7 +704,7 @@
```javascript
class Jedi {
contructor(options = {}) {
constructor(options = {}) {
this.name = options.name || 'no name';
}
The note is not visible to the blocked user.