Skip to content

Commit

Permalink
Remove unnatural indent in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnylqm authored and facebook-github-bot committed Jul 21, 2017
1 parent a946f86 commit 214f544
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/layout/AutodocsLayout.js
Original file line number Diff line number Diff line change
Expand Up @@ -490,13 +490,13 @@ var APIDoc = React.createClass({
<Header level={2} toSlug={cls.name}>
class {cls.name}
</Header>
<ul>
<div>
{cls.docblock && <Marked>
{removeCommentsFromDocblock(cls.docblock)}
</Marked>}
{this.renderMethods(cls.methods, namedTypes)}
{this.renderProperties(cls.properties)}
</ul>
</div>
</span>
);
})}
Expand Down

0 comments on commit 214f544

Please sign in to comment.