Skip to content

Commit ad3802d

Browse files
committed
fixed typo in the shared/_notice partial's metadata block
1 parent 9feee72 commit ad3802d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/views/shared/_notice.html.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<%#
2-
"Rends a notice of a given type
2+
"Renders a notice of a given type
33
44
Variables:
55
content : notice content
6-
? icon : optional icon to show on the notice (without the fa- prefix)
76
type : notice type (see the shared/_notices partial for the list of defined types)
7+
? icon : optional icon to show on the notice (without the fa- prefix)
88
"%>
99

1010
<%

0 commit comments

Comments
 (0)