Skip to content

Commit bb3181e

Browse files
marandanetoeakurnikov
authored andcommitted
fix: better docs for mask all text inputs (PostHog#251)
1 parent efb45e3 commit bb3181e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PostHog/Replay/PostHogSessionReplayConfig.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import Foundation
99

1010
@objc(PostHogSessionReplayConfig) public class PostHogSessionReplayConfig: NSObject {
11-
/// Enable masking of all text input fields
11+
/// Enable masking of all text and text input fields
1212
/// Experimental support
1313
/// Default: true
1414
@objc public var maskAllTextInputs: Bool = true

0 commit comments

Comments
 (0)