diff --git a/app/views/users/_account.html.erb b/app/views/users/_account.html.erb index 9db2d4c02..1b68a2401 100644 --- a/app/views/users/_account.html.erb +++ b/app/views/users/_account.html.erb @@ -17,7 +17,7 @@ <% end %>

DEV API Keys

-

You can generate personal API keys to use for authentication with the DEV API. The API is still in early beta though. The DEV API documentation contains further information.

+

You can generate personal API keys to use for authentication with the DEV API. The API is still in early beta though. The DEV API documentation contains further information.

Generate a new Key

<%= form_tag users_api_secrets_path, method: :post do %> <%= fields_for :api_secret do |api_secret| %>