Skip to content

Commit 2a01424

Browse files
authored
chapter -> article (3x)
1 parent c89ddc5 commit 2a01424

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

1-js/13-modules/02-import-export/article.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Export and import directives have several syntax variants.
44

5-
In the previous chapter we saw a simple use, now let's explore more examples.
5+
In the previous article we saw a simple use, now let's explore more examples.
66

77
## Export before declarations
88

@@ -403,7 +403,7 @@ Such oddities of re-exporting the default export are one of the reasons why some
403403
404404
## Summary
405405
406-
Here are all types of `export` that we covered in this and previous chapters.
406+
Here are all types of `export` that we covered in this and previous articles.
407407
408408
You can check yourself by reading them and recalling what they mean:
409409
@@ -452,4 +452,4 @@ if (something) {
452452

453453
...But what if we really need to import something conditionally? Or at the right time? Like, load a module upon request, when it's really needed?
454454
455-
We'll see dynamic imports in the next chapter.
455+
We'll see dynamic imports in the next article.

0 commit comments

Comments
 (0)