File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ In your php-template or in layout you can import javascript files with:
6565<?php $this->ViteScripts->script($options) ?>
6666```
6767
68- or using this shourtcut for a single entrypoint:
68+ … or by using this shortcut for a single entrypoint:
6969
7070``` php
7171<?php $this->ViteScripts->script('webroot_src/main.ts') ?>
@@ -82,10 +82,10 @@ In your php-template you can import css files with:
8282<?php $this->ViteScripts->css($options) ?>
8383```
8484
85- or using this shourtcut for a single entrypoint:
85+ … or by using this shortcut for a single entrypoint:
8686
8787``` php
88- <?php $this->ViteScripts->script ('webroot_src/style.css') ?>
88+ <?php $this->ViteScripts->css ('webroot_src/style.css') ?>
8989```
9090
9191## Configuration
You can’t perform that action at this time.
0 commit comments