Skip to content

Commit d66e46c

Browse files
committed
changed perferred to preferred lol
1 parent c940095 commit d66e46c

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/computersciencehouse/vote
33
go 1.24.1
44

55
require (
6-
github.com/computersciencehouse/csh-auth v0.1.0
6+
github.com/computersciencehouse/csh-auth v0.0.0-20260418180545-3e68bcbf55a4
77
github.com/gin-gonic/gin v1.11.0
88
github.com/joho/godotenv v1.5.1
99
github.com/sirupsen/logrus v1.9.3

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ github.com/bytedance/sonic/loader v0.4.0 h1:olZ7lEqcxtZygCK9EKYKADnpQoYkRQxaeY2N
66
github.com/bytedance/sonic/loader v0.4.0/go.mod h1:AR4NYCk5DdzZizZ5djGqQ92eEhCCcdf5x77udYiSJRo=
77
github.com/cloudwego/base64x v0.1.6 h1:t11wG9AECkCDk5fMSoxmufanudBtJ+/HemLstXDLI2M=
88
github.com/cloudwego/base64x v0.1.6/go.mod h1:OFcloc187FXDaYHvrNIjxSe8ncn0OOM8gEHfghB2IPU=
9-
github.com/computersciencehouse/csh-auth v0.1.0 h1:r7nZgNJqnKwMwGC8XuRIpCbJiCIYogUJA6Qx/9LqIEY=
10-
github.com/computersciencehouse/csh-auth v0.1.0/go.mod h1:8eKPaXafhU+OzuBJWLOrCyK56UmUIyUUK6DErauHkos=
9+
github.com/computersciencehouse/csh-auth v0.0.0-20260418180545-3e68bcbf55a4 h1:VhFp0napv5jj/KGkcLGldzfsEX+H5TtH1NFL3Oz3etI=
10+
github.com/computersciencehouse/csh-auth v0.0.0-20260418180545-3e68bcbf55a4/go.mod h1:8eKPaXafhU+OzuBJWLOrCyK56UmUIyUUK6DErauHkos=
1111
github.com/coreos/go-oidc v2.4.0+incompatible h1:xjdlhLWXcINyUJgLQ9I76g7osgC2goiL6JDXS6Fegjk=
1212
github.com/coreos/go-oidc v2.4.0+incompatible/go.mod h1:CgnwVTmzoESiwO9qyAFEMiHoZ1nMCKZlZ9V6mm3/LKc=
1313
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=

templates/poll.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<h4>{{ .Description | MakeLinks }}</h4>
77
{{ end }}
88
{{ if eq .PollType "ranked" }}
9-
<p>This is a Ranked Choice vote. Rank the candidates in order of your preference. 1 is most preferred, and {{ .RankedMax }} is least perferred. You may leave an option blank
9+
<p>This is a Ranked Choice vote. Rank the candidates in order of your preference. 1 is most preferred, and {{ .RankedMax }} is least preferred. You may leave an option blank
1010
if you do not prefer it at all.</p>
1111
{{ end }}
1212

0 commit comments

Comments
 (0)