Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasschlueter committed Dec 8, 2018
1 parent 4c0bcd1 commit fdfcbe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion partial_helper_test.go
Expand Up @@ -303,7 +303,7 @@ func Test_PartialHelper_Markdown_With_Layout_Reversed(t *testing.T) {
r.Equal(`<p>This <em>is</em> a <strong>test</strong></p>`, strings.TrimSpace(string(html)))
}

func Test_PartialHelpers_With_Indentatio(t *testing.T) {
func Test_PartialHelpers_With_Indentation(t *testing.T) {
r := require.New(t)

main := `<div>
Expand Down

0 comments on commit fdfcbe3

Please sign in to comment.