Skip to content

Commit 201fd45

Browse files
authored
Merge pull request #664 from codefirst/fix-critical-typo
Fix critical typo
2 parents 9884b1f + 64549aa commit 201fd45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/views/scripts/index.html.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
- @scripts.each do |script|
2525
%tr
2626
%td= link_to script.name, script
27-
%td= script.creater_name
27+
%td= script.creator_name
2828
%td= script.updater_name
2929
%td= script.formatted_updated_at
3030

0 commit comments

Comments
 (0)