Skip to content

Commit

Permalink
changing example on the Achronym
Browse files Browse the repository at this point in the history
  • Loading branch information
paganotoni committed Nov 29, 2018
1 parent 43523f2 commit efa63ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion form/bootstrap/form_for_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func Test_InputFieldLabelWithAchronym(t *testing.T) {
"URL": "URL",
"MyURL": "My URL",
"SimpleURIAdded": "Simple URI Added",
"GaveAThing": "Gave A Thing",
"GaveAnExample": "Gave An Example",
}
r := require.New(t)
f := bootstrap.NewFormFor(struct{ URL string }{}, tags.Options{})
Expand Down

0 comments on commit efa63ef

Please sign in to comment.