Skip to content

Commit

Permalink
adjust js object alignment in documentation (facebookarchive#945)
Browse files Browse the repository at this point in the history
  • Loading branch information
namelos authored and ouchxp committed Apr 7, 2017
1 parent ac1f488 commit 046d921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Advanced-Topics-Custom-Block-Render.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ the editor blockRender props.
// updates the unstyled element to also become a h2.
const blockRenderMap = Immutable.Map({
'header-two': {
element: 'h2'
element: 'h2'
},
'unstyled': {
element: 'h2'
Expand Down

0 comments on commit 046d921

Please sign in to comment.