Skip to content

Commit

Permalink
chore: remove repetitive words (#1778)
Browse files Browse the repository at this point in the history
Signed-off-by: tgolang <[email protected]>
  • Loading branch information
tgolang authored Mar 11, 2024
1 parent ec50bef commit 860009b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/public.go
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ func handleLinkRedirect(c echo.Context) error {

// handleRegisterCampaignView registers a campaign view which comes in
// the form of an pixel image request. Regardless of errors, this handler
// should always render the pixel image bytes. The pixel URL is is generated by
// should always render the pixel image bytes. The pixel URL is generated by
// the {{ TrackView }} template tag in campaigns.
func handleRegisterCampaignView(c echo.Context) error {
var (
Expand Down
2 changes: 1 addition & 1 deletion frontend/cypress/e2e/lists.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ describe('Lists', () => {
const subs = [{ listID: 1, email: '[email protected]' },
{ listID: 2, email: '[email protected]' }];

// Click on each list on the lists page, go the the subscribers page
// Click on each list on the lists page, go the subscribers page
// for that list, and check the subscriber details.
subs.forEach((s, n) => {
cy.get('tbody td[data-label=Subscribers] a').eq(n).click();
Expand Down
2 changes: 1 addition & 1 deletion models/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ type SubscriberExportProfile struct {
LinkClicks json.RawMessage `db:"link_clicks" json:"link_clicks,omitempty"`
}

// JSON is is the wrapper for reading and writing arbitrary JSONB fields from the DB.
// JSON is the wrapper for reading and writing arbitrary JSONB fields from the DB.
type JSON map[string]interface{}

// StringIntMap is used to define DB Scan()s.
Expand Down

0 comments on commit 860009b

Please sign in to comment.