Skip to content

Commit

Permalink
Fix typo: know -> name
Browse files Browse the repository at this point in the history
  • Loading branch information
bocharsky-bw committed May 27, 2022
1 parent d7bc1ee commit e3ce300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sfcasts/ep1/twig.md
Expand Up @@ -14,7 +14,7 @@ template. So return `$this->render()` and pass it two things. The first
is the name of the template. How about `vinyl/homepage.html.twig`.

It's not required, but it's common to have a directory with the same
know as your controller class and filename that's the same as your method,
name as your controller class and filename that's the same as your method,
but you can do whatever. The second argument is an array of any variables
that you want to pass *into* the template. Let's pass in a variable called
`title` and set it to our mix tape title: "PB and Jams".
Expand Down

0 comments on commit e3ce300

Please sign in to comment.