diff --git a/public/index.html b/public/index.html index c0c0e1c..77bee49 100644 --- a/public/index.html +++ b/public/index.html @@ -59,7 +59,7 @@
  • https://npmcdn.com/react/dist/react.min.js
  • -

    If you omit the file path, the main module will be returned. This is especially useful for loading libaries that publish a UMD build as their main module.

    +

    If you omit the file path, the main module will be served. This is especially useful for loading libaries that publish a UMD build as their main module.

    -

    If you use the special /bower.zip file path in a package that contains a bower.json file, a zip file will be created on the fly that Bower can use to install the package.

    +

    You may use the special /bower.zip file path in packages that contain a bower.json file to dynamically generate a zip file that Bower can use to install the package.