Skip to content

Commit c85e77d

Browse files
committed
fixed error in panel option description
1 parent d59c8ac commit c85e77d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries/panel.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ $( "#mypanel" ).trigger( "updatelayout" );
195195
<type name="Boolean" />
196196
</option>
197197
<option name="display" default='"reveal"' example-value='"overlay"'>
198-
<desc>The relationship of the panel to the page contents. Can either push the page over ("reveal"), re-flow the content to fit the panel content as a column ("push"), or sit over the content ("push").
198+
<desc>The relationship of the panel to the page contents. Can either push the page over ("reveal"), re-flow the content to fit the panel content as a column ("push"), or sit over the content ("overlay").
199199
<p>This option is also exposed as a data attribute:<code>data-display="push"</code> on the link that opens the panel.</p>
200200
</desc>
201201
<type name="String" />

0 commit comments

Comments
 (0)