Typo fix in show.html.haml

Personl -> Personal
This commit is contained in:
Jeroen van Baarsen
2013-10-21 20:54:18 +02:00
parent 5717304098
commit 5014ecf6e4
+1 -1
View File
@@ -45,7 +45,7 @@
Username
= form_for @user, url: update_username_profile_path, method: :put, remote: true do |f|
%p
Changing your username will change path to all personl projects!
Changing your username will change path to all personal projects!
%div
= f.text_field :username, required: true, class: 'input-xlarge input-xpadding'