Skip to content

Commit f92ca80

Browse files
authored
README language tweak
1 parent a342910 commit f92ca80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ Uncaught (in promise) TypeError: class constructors must be invoked with 'new'
292292
```
293293

294294
The error is caused when an ES5 class tries to "extend" an ES6 class. If the target is not correctly set,
295-
TypeScript would transpiling the controller to old ES5 code. But Stimulus 3 uses pure ES6 classes.
295+
TypeScript will transpile the controller to old ES5 code. But Stimulus 3 uses pure ES6 classes.
296296
This causes an incompatibility, hence the need to target ES6 explicitly.
297297

298298
## Run tests

0 commit comments

Comments
 (0)