mirror of
https://github.com/plausible/analytics.git
synced 2024-12-23 01:22:15 +03:00
Fix spelling
This commit is contained in:
parent
f022e2a894
commit
5cae13a090
@ -141,7 +141,7 @@ defmodule Plausible.Factory do
|
|||||||
|
|
||||||
def event_factory(attrs) do
|
def event_factory(attrs) do
|
||||||
if Map.get(attrs, :acquisition_channel) do
|
if Map.get(attrs, :acquisition_channel) do
|
||||||
raise "Acquistion channel cannot be written directly since it's a materialized column."
|
raise "Acquisition channel cannot be written directly since it's a materialized column."
|
||||||
end
|
end
|
||||||
|
|
||||||
hostname = sequence(:domain, &"example-#{&1}.com")
|
hostname = sequence(:domain, &"example-#{&1}.com")
|
||||||
|
Loading…
Reference in New Issue
Block a user