Skip to content

Commit

Permalink
chor: your will -> your app will (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
langz authored Dec 14, 2023
1 parent 10f73a0 commit fa1b759
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@ function ThemeProvider({ children }) {
// (optional) when set to false, all theme styles will be loaded as separate files.
inlineDefaultTheme: true,

// (optional) when set to false, your will not be wrapped with the needed `<Theme>` provider.
// (optional) when set to false, your app will not be wrapped with the needed `<Theme>` provider.
wrapWithThemeProvider: true,

// (optional) when set to false, your will have to import the core styles (dnb-ui-core) by yourself.
// (optional) when set to false, your app will have to import the core styles (dnb-ui-core) by yourself.
coreStyleName: 'dnb-ui-core',

// (optional) when set to true, the page scroll behaviour will not be effected.
Expand Down

0 comments on commit fa1b759

Please sign in to comment.