Skip to content

Commit d148e42

Browse files
committed
fix typo
1 parent ad7965e commit d148e42

File tree

1 file changed

+2
-2
lines changed
  • src/routes/(documentation)/docs/get-started/settings

1 file changed

+2
-2
lines changed

src/routes/(documentation)/docs/get-started/settings/settings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ During installation, the configuration file **garden.config.js** is generated in
2020
| `watch`: `include` | File suffix | File types to be monitored for changes, e.g. ['.svelte', '.vue', '.scss', '.css', '.js', '.ts']. |
2121
| `vite_config` | Path | Default: `./vite.config.js` <br> Path to the vite.config file. (In any case, make sure Vite is installed.) |
2222
| `renderer` | String | Specify the JS framework(s) used in the project. Requires a corresponding framework plugin. When the npm install script was run, a render was automatically stored here if the appropriate selection was made. E.g. `gardenjs-plugin-svelte`. |
23-
| getComponentName | Function | Option to generate component names in the component tree from dasFileName using your own function. |
24-
| getComponentFileNames | Function | Option to generate component file names from dasFileName using your own function. Must return an array. First match will be used. |
23+
| `getComponentName` | Function | Option to generate component names in the component tree from dasFileName using your own function. |
24+
| `getComponentFileNames` | Function | Option to generate component file names from dasFileName using your own function. Must return an array. First match will be used. |
2525
| `additional_style_files` | Path | Add global style files needed for your project, e.g. `'src/assets/scss/base.scss', 'src/assets/scss/main.scss'` |
2626
| `devices` | `small`: deviceConfig[], `medium`: deviceConfig[], `large`: deviceConfig[] | Set custom device types for each category. |
2727
| `deviceConfig`| name: String, w: Number, h: Number | Set name, width and height for a device type. |

0 commit comments

Comments
 (0)