Skip to content

Commit c4cd21a

Browse files
authored
Merge pull request #660 from scottluptowski/patch-1
Grammar fix in Code Splitting docs
2 parents 94e2d19 + 25981d8 commit c4cd21a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/guides/code-splitting-libraries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Bundling application code with third party code would be inefficient. This is be
1111

1212
We can do this only when we separate the bundles for vendor and application code.
1313

14-
Let's consider a sample application, that uses [momentjs](https://www.npmjs.com/package/moment) which is a time formatting library commonly used.
14+
Let's consider a sample application that uses [momentjs](https://www.npmjs.com/package/moment), a commonly used time formatting library.
1515

1616
Install `moment` as follows in your application directory.
1717

0 commit comments

Comments
 (0)