Skip to content

Commit d3bc0d3

Browse files
authored
Adjust application name for config (#10)
1 parent 08877a4 commit d3bc0d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/phoenix/template.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule Phoenix.Template do
2020
Once a template engine is defined, you can tell Phoenix
2121
about it via the template engines option:
2222
23-
config :phoenix, :template_engines,
23+
config :phoenix_template, :template_engines,
2424
eex: Phoenix.Template.EExEngine,
2525
exs: Phoenix.Template.ExsEngine
2626

0 commit comments

Comments
 (0)