odiseoteam / SyliusBlogPlugin

This plugin add blog capabilities to your Sylius project.
MIT License
34 stars 18 forks source link

Typo in templates #4

Closed matthiez closed 5 years ago

matthiez commented 5 years ago

There are 2 minor typos in 2 templates:

views/Shop/Article/_comment.html.twig line 25: 'redurectParameters': {'slug': comment.article.slug } should be: 'redirectParameters': {'slug': comment.article.slug }

and

views/Shop/Article/show.html.twig line 65: 'redurectParameters': {'slug': article.slug } should be: 'redirectParameters': {'slug': article.slug }

I will make a pull request over the weekend. Cheers!

songecko commented 5 years ago

Thanks @matthiez for your contribution!

songecko commented 5 years ago

Thanks again @matthiez !