Skip to content

Commit

Permalink
fix: segment config schema visibility typo (#964)
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Coufal <[email protected]>
  • Loading branch information
tumido authored Nov 22, 2023
1 parent f01fc9d commit 836c58c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/analytics-provider-segment/config.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export interface Config {

/**
* Prevents IP address to be sent as when set to true. Defaults to false
* @visbility frontend
* @visibility frontend
*/
maskIP?: boolean;
}
Expand All @@ -57,7 +57,7 @@ export interface Config {

/**
* Prevents IP address to be sent as when set to true. Defaults to false
* @visbility frontend
* @visibility frontend
*/
maskIP?: boolean;
};
Expand Down

0 comments on commit 836c58c

Please sign in to comment.