Skip to content

Commit 9618be5

Browse files
authored
Merge pull request MicrosoftDocs#2657 from nschonni/typo-sharepoint/sharepoint-ps/sharepoint-online/ConvertTo-SPOMigrationEncryptedPackage.md
typos: sharepoint-online/ConvertTo-SPOMigrationEncryptedPackage.md
2 parents 2697a63 + 3aa3f54 commit 9618be5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

sharepoint/sharepoint-ps/sharepoint-online/ConvertTo-SPOMigrationEncryptedPackage.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ schema: 2.0.0
88
# ConvertTo-SPOMigrationEncryptedPackage
99

1010
## SYNOPSIS
11-
Use this Cmdlet to convert your XML files into a new encryted migration package.
11+
Use this Cmdlet to convert your XML files into a new encrypted migration package.
1212

1313
## SYNTAX
1414

@@ -27,7 +27,7 @@ ConvertTo-SPOMigrationEncryptedPackage -EncryptionParameters <EncryptionParamete
2727
```
2828

2929
## DESCRIPTION
30-
This command convert the XML file on your temprary XML folder files into a new set of targeted migration encrypted metadata files to the target directory.
30+
This command convert the XML file on your temporary XML folder files into a new set of targeted migration encrypted metadata files to the target directory.
3131

3232
## EXAMPLES
3333

@@ -47,12 +47,12 @@ PS C:\> ConvertTo-SPOMigrationEncryptedPackage -EncryptionParameters SHA384
4747
-TargetPackagePath $TargetPackagePath
4848
```
4949

50-
Same as example1 but without log file and using an encription type SHA384
50+
Same as example1 but without log file and using an encryption type SHA384
5151

5252
## PARAMETERS
5353

5454
### -EncryptionParameters
55-
Parameters of the encription, it doesn't accept wildcard caracters.
55+
Parameters of the encryption, it doesn't accept wildcard characters.
5656
It accepts parameters like SHA384, SHA256, etc.
5757

5858
```yaml
@@ -69,7 +69,7 @@ Accept wildcard characters: False
6969
```
7070
7171
### -MigrationSourceLocations
72-
Posible Source locations to migrate
72+
Possible Source locations to migrate
7373
7474
```yaml
7575
Type: MigrationPackageLocation

0 commit comments

Comments
 (0)