opendata / Open-Data-Census

A census of U.S. states' open data holdings.
https://census.usopendata.org/
MIT License
4 stars 3 forks source link

Fix spelling of "captions" in filename #6

Closed waldoj closed 8 years ago

waldoj commented 8 years ago

We have a capitons.js file in /public/common/js/. It's not called from anywhere until after the pages are rendered, so I suspect that the rendering process is simply iterating through all of the files in the /js/ directories and creating <script> tags to include each of them. If that's true, we can just rename the file without updating anything else.