Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo in templates #4

Closed
matthiez opened this issue Sep 20, 2019 · 2 comments
Closed

Typo in templates #4

matthiez opened this issue Sep 20, 2019 · 2 comments

Comments

@matthiez
Copy link

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
Copy link
Collaborator

Thanks @matthiez for your contribution!

@songecko
Copy link
Collaborator

Thanks again @matthiez !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants