Skip to content

Commit 25981d8

Browse files
authored
Update code-splitting-libraries.md
1 parent 94e2d19 commit 25981d8

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)