Skip to content

Commit 3f0b5bc

Browse files
authored
Fixed typo in release notes
1 parent 109fc4b commit 3f0b5bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release_notes/4.0.0.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ as well.
3333
This change breaks loading of files with extensions that aren't supported by
3434
dynamic `import()`, such as `.jsx`, although that has been subsequently fixed
3535
in 4.0.1. If you have specs or source files with such extensions, please
36-
update to at least 4.0.0. Alternately you can either rename the files to
36+
update to at least 4.0.1. Alternately you can either rename the files to
3737
`.js` or add `jsLoader: "require"` to your Jasmine config file.
3838

3939
* Config files can be ES modules. This is a breaking change because it requires

0 commit comments

Comments
 (0)