Skip to content

Commit bebed4b

Browse files
authored
Installation Guide Routes Importing Step Correction (#463)
| Q | A | --------------- | ----- | Branch? | 1.6
2 parents 0bf9b0d + 1fafeb0 commit bebed4b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/legacy_installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
imports:
2222
- { resource: "@SyliusRefundPlugin/Resources/config/app/config.yml" }
2323
```
24-
1. Import routing:
24+
1. Import routes:
2525

26-
````yaml
26+
```yaml
2727
sylius_refund:
2828
resource: "@SyliusRefundPlugin/Resources/config/routing.yml"
29-
````
29+
```
3030

3131
1. Check if you have `wkhtmltopdf` binary. If not, you can download it [here](https://wkhtmltopdf.org/downloads.html).
3232

0 commit comments

Comments
 (0)