Skip to content

Commit 41c6374

Browse files
authored
Typo in file extension - part 7
`.csss` instead of `.css`
1 parent 03b8620 commit 41c6374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/7/en/part7d.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The <i>index.html</i> file located at the root of the <i>dist</i> directory is t
4545
</html>
4646
```
4747

48-
As we can see from the example application that was created with Vite, the build script also bundles the application's CSS files into a single <i>/assets/index-d526a0c5.csss</i> file.
48+
As we can see from the example application that was created with Vite, the build script also bundles the application's CSS files into a single <i>/assets/index-d526a0c5.css</i> file.
4949

5050
In practice, bundling is done so that we define an entry point for the application, which typically is the <i>index.js</i> file. When webpack bundles the code, it includes all of the code that the entry point imports, the code that its imports import, and so on.
5151

0 commit comments

Comments
 (0)