Skip to content

Commit

Permalink
Docs tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
bvaughn committed Apr 29, 2024
1 parent efb2bdc commit 1fefe98
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@ export default function ImperativePanelApiRoute() {
<li>
<Code
className={sharedStyles.InlineCode}
code="expand(defaultSize?: number): void"
code="expand(minSize?: number): void"
language="typescript"
/>
Expand the panel to its previous size (or the default size if
there is no previous size)
Expand the panel to its previous size (or the min size if there is
no previous size)
</li>
<li>
<Code
Expand Down

0 comments on commit 1fefe98

Please sign in to comment.