Fix spelling

This commit is contained in:
Uku Taht 2024-11-13 00:21:38 +02:00
parent f022e2a894
commit 5cae13a090

View File

@ -141,7 +141,7 @@ defmodule Plausible.Factory do
def event_factory(attrs) 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
hostname = sequence(:domain, &"example-#{&1}.com")