facebookarchive / stetho

Stetho is a debug bridge for Android applications, enabling the powerful Chrome Developer Tools and much more.
http://facebook.github.io/stetho/
MIT License
12.66k stars 1.13k forks source link

Fix title is broken in doc #670

Closed rhysd closed 4 years ago

rhysd commented 4 years ago

'Features' title is broken in github pages as follows:

スクリーンショット 2019-10-23 9 22 35

Conforming CommonMark spec, at least one space is mandatory after sharp character for header titles.

This PR fixes the issue.

facebook-github-bot commented 4 years ago

Hi rhysd! Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file.In order for us to review and merge your code, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA.

If you have received this in error or have any questions, please contact us at cla@fb.com. Thanks!

rhysd commented 4 years ago

I signed CLA.

rhysd commented 4 years ago

I found this issue is duplicate of #668. Closing.