Skip to content

Commit

Permalink
docs: fix typo error (#19537)
Browse files Browse the repository at this point in the history
  • Loading branch information
felipefialho committed Apr 9, 2024
1 parent 73c3fb4 commit 33ae44e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -120,7 +120,7 @@ headers = [

See [Data and display](/components/data-tables/data-and-display).

#### Customisation
#### Customization

Other options are available for setting **width**, **align**, **fixed**, or pass custom props to the header element with **headerProps** and row cells with **cellProps**.

Expand Down
2 changes: 1 addition & 1 deletion packages/docs/src/pages/en/features/sass-variables.md
Expand Up @@ -244,7 +244,7 @@ Only put variables, mixins, and functions in the settings file, styles should be

### Build performance

Vuetify loads precompiled CSS by default, enabling variable customisation will switch to the base SASS files instead which must be recompiled with your project.
Vuetify loads precompiled CSS by default, enabling variable customization will switch to the base SASS files instead which must be recompiled with your project.
This can be a performance hit if you're using more than a few vuetify components, and also forces you to use the same SASS compiler version as us.

### Symlinks
Expand Down

0 comments on commit 33ae44e

Please sign in to comment.