Skip to content

Commit

Permalink
Improve function name.
Browse files Browse the repository at this point in the history
  • Loading branch information
twstokes committed Apr 8, 2022
1 parent 6a8e475 commit 674a82b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ final class SiteCreationWizardLauncher {
self.intentVariant = intentVariant
self.nameVariant = nameVariant

trackVariations()
trackVariants()
}

private func trackVariations() {
private func trackVariants() {
SiteCreationAnalyticsHelper.trackSiteIntentExperiment(intentVariant)
// TODO: Track Site Name
}
Expand Down

0 comments on commit 674a82b

Please sign in to comment.