Skip to content

Commit 06ed9b0

Browse files
stayseesongpwseg
andauthored
Apply suggestions from code review
Co-authored-by: pwseg <[email protected]>
1 parent c8a957a commit 06ed9b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/connections/destinations/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,12 +223,12 @@ The following destinations support bulk batching:
223223
### Hashing
224224
Segment automatically hashes personally identifiable information (PII). This simplifies implementation for teams with data privacy requirements and eliminates issues with double-hashing that can result in failed matching at destinations.
225225

226-
These are the 2 types of data that Segment handles for hashing:
226+
Segment supports these 2 types of data for hashing:
227227
* **Plain text data:** When you send plain text values to destinations that require hashed values, Segment automatically normalizes and hashes these values.
228228
* **Pre-hashed data:** If you already hash your data before sending it to Segment, Segment is able to detect that the data is hashed, and will pass your pre-hashed data directly to the destination, avoiding double-hashing.
229229

230230
> info ""
231-
> When pre-hashing data yourself, ensure you follow each destination's specific hashing requirements. Fields that support automatic hashing detection will have a tooltip indicating *"If not hashed, Segment will hash this value."*
231+
> If you choose to hash data yourself, ensure you follow each destination's specific hashing requirements. Fields that support automatic hashing detection will display a tooltip indicating *"If not hashed, Segment will hash this value."*
232232
233233
For destination-specific hashing requirements, refer to the destination's API documentation.
234234

0 commit comments

Comments
 (0)