s/autorization/authorization/

This commit is contained in:
James Dennes 2013-05-03 12:16:12 +02:00
parent cd7cce54b5
commit c5b73b1ecc

View File

@ -192,7 +192,7 @@ __END__
<h3><%= route['verb'] %> <%= route['uri'] %></h3>
<% if route['scope'] %>
<p>
<h5>Required autorization scope: <span class="label"><%= route['scope'] %></span></h5>
<h5>Required authorization scope: <span class="label"><%= route['scope'] %></span></h5>
</p>
<% end %>
<%= docs_for route %>