diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 58e4064..82d7883 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -188,7 +188,7 @@ The following will inject the table into the e-mail: {{ with $width }} width="{{ . }}" {{ end }} - {{ $align := index .CustomAlignement $entry.Key }} + {{ $align := index .CustomAlignment $entry.Key }} {{ with $align }} style="text-align:{{ . }}" {{ end }} @@ -203,7 +203,7 @@ The following will inject the table into the e-mail: {{ range $cell := $row }}