Skip to content

Commit

Permalink
Fix typo in Views doc (#2456)
Browse files Browse the repository at this point in the history
  • Loading branch information
RohanNagar authored and joschi committed Aug 15, 2018
1 parent be61972 commit bd83630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/manual/views.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Then, in your :ref:`resource method <man-core-resources>`, add a ``View`` class:
``com.example.service.PersonView``, Dropwizard would then look for the file
``src/main/resources/com/example/service/person.ftl``.

If your template path contains ``.ftl``, ``.flth``, or ``.ftlx``, it'll be interpreted as a FreeMarker_ template. If it contains
If your template path contains ``.ftl``, ``.ftlh``, or ``.ftlx``, it'll be interpreted as a FreeMarker_ template. If it contains
``.mustache``, it'll be interpreted as a Mustache template.

.. tip::
Expand Down

0 comments on commit bd83630

Please sign in to comment.