tc39 / proposal-dynamic-import

import() proposal for JavaScript
https://tc39.github.io/proposal-dynamic-import/
MIT License
1.87k stars 47 forks source link

Fixes broken HTML integration link in README #45

Closed aendra-rininsland closed 7 years ago

aendra-rininsland commented 7 years ago

I noticed the whitespace character in the filename HTML Integration.md was breaking GitHub's Markdown link formatting, resulted in an unformatted hyperlink. I've fixed that in this admittedly trivial PR by adding %20 to the filename.

The repo doesn't have a CONTRIBUTING.md file and I'm not sure the process for contributing to tc39 proposals such as this, so please feel free to simply close this PR if it's something you'd like to fix yourselves later on, and apologies for the hassle if that is in fact the case.