Skip to content

Commit 147795c

Browse files
docs: Fix incorrect reference to Posthog.batch/3
1 parent cb3a3ed commit 147795c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/posthog/client.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ defmodule Posthog.Client do
3232
### Disabling capture
3333
3434
When `enabled_capture` is set to `false`:
35-
- All `Posthog.capture/3` and `Posthog.batch/3` calls will succeed silently
35+
- All `Posthog.capture/3` and `Posthog.batch/2` calls will succeed silently
3636
- PostHog will still communicate with the server for Feature Flags
3737
3838
This is useful for:

0 commit comments

Comments
 (0)