Skip to content

Commit b94b07f

Browse files
mujuni88skipjack
authored andcommitted
docs(guides): fix grammatical error in code-splitting (#1476)
1 parent 6d56c08 commit b94b07f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/guides/code-splitting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ There are three general approaches to code splitting available:
3535

3636
## Entry Points
3737

38-
This is by far the easiest, and most intuitive, way to split code. However, it is more manual and has a some pitfalls we will go over. Let's take a look at how we might split another module from the main bundle:
38+
This is by far the easiest, and most intuitive, way to split code. However, it is more manual and has some pitfalls we will go over. Let's take a look at how we might split another module from the main bundle:
3939

4040
__project__
4141

0 commit comments

Comments
 (0)