Skip to content

Commit 11f57e7

Browse files
authored
Merge pull request MicrosoftDocs#8088 from Esaggese/patch-1
Fixed typo in second example
2 parents 7eea63e + 16cd7aa commit 11f57e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exchange/exchange-ps/exchange/Test-TextExtraction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ This example returns the text that's extracted from the email "financial data.ms
4747
### Example 2
4848
```powershell
4949
$content = Test-TextExtraction -FileData (Get-Content -Path '.\finalcial data.msg' -Encoding byte -ReadCount 0)
50-
Test-DataClassification -TestTextExtractionResults $tr.ExtractedResults
50+
Test-DataClassification -TestTextExtractionResults $content.ExtractedResults
5151
```
5252

5353
This example extracts the text from the email "financial data.msg" and returns the sensitive information types, their confidence, and count.

0 commit comments

Comments
 (0)