We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 94e2d19 + 25981d8 commit c4cd21aCopy full SHA for c4cd21a
content/guides/code-splitting-libraries.md
@@ -11,7 +11,7 @@ Bundling application code with third party code would be inefficient. This is be
11
12
We can do this only when we separate the bundles for vendor and application code.
13
14
-Let's consider a sample application, that uses [momentjs](https://www.npmjs.com/package/moment) which is a time formatting library commonly used.
+Let's consider a sample application that uses [momentjs](https://www.npmjs.com/package/moment), a commonly used time formatting library.
15
16
Install `moment` as follows in your application directory.
17
0 commit comments