Skip to content

Commit 7cd5f04

Browse files
authored
Merge pull request #2342 from dxc-technology/Mil4n0r/fix_sidenav_doc_typo
Fixed typo in sidenav props
2 parents 6a20902 + 586f05b commit 7cd5f04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/website/screens/components/sidenav/code/SidenavCodePage.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ const sections = [
6262
<tr>
6363
<td>branding</td>
6464
<td>
65-
<TableCode>{"Logo | ReactNode"}</TableCode>
65+
<TableCode>{"Branding | ReactNode"}</TableCode>
6666
<p>
67-
being <Code>Message</Code> an object with the following properties:
67+
being <Code>Branding</Code> an object with the following properties:
6868
</p>
6969
<ExtendedTableCode>{brandingTypeString}</ExtendedTableCode>
7070
<p>

0 commit comments

Comments
 (0)