Skip to content

Commit e5409dc

Browse files
committed
typo: behaviour -> behavior
1 parent 60fce97 commit e5409dc

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public class MyCmdlet : SPOWebCmdlet
8282
#endif
8383
```
8484

85-
If only parts of a cmdlet require different behaviour based upon the different version of the SDK, you are recommended to use the #ONPREMISES or other available preprocessor variable throughout your code to exclude or include certain code.
85+
If only parts of a cmdlet require different behavior based upon the different version of the SDK, you are recommended to use the #ONPREMISES or other available preprocessor variable throughout your code to exclude or include certain code.
8686

8787
### Cmdlets will have to use common verbs
8888

Commands/Workflows/AddWorkflowDefinition.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public class AddWorkflowDefinition : PnPWebCmdlet
2020
[Parameter(Mandatory = true, HelpMessage = "The workflow definition to add.")]
2121
public WorkflowDefinition Definition;
2222

23-
[Parameter(Mandatory = false, HelpMessage = "Overrides the default behaviour, which is to publish workflow definitions.")]
23+
[Parameter(Mandatory = false, HelpMessage = "Overrides the default behavior, which is to publish workflow definitions.")]
2424
public SwitchParameter DoNotPublish;
2525
protected override void ExecuteCmdlet()
2626
{

ModuleFilesGenerator/DiffMatchPatch.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ public override string ToString() {
182182

183183
/**
184184
* Class containing the diff, match and patch methods.
185-
* Also Contains the behaviour settings.
185+
* Also Contains the behavior settings.
186186
*/
187187
public class diff_match_patch {
188188
// Defaults.

Samples/Tenant.Migration/Modules/2017/March/SharePointPnPPowerShell2013/Modules/SharePointPnPPowerShell2013/SharePointPnP.PowerShell.2013.Commands.dll-help.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3323,7 +3323,7 @@ Online site collection fails if a deleted site with the same URL exists in the R
33233323
<command:parameter required="false" position="named">
33243324
<maml:name>DoNotPublish</maml:name>
33253325
<maml:description>
3326-
<maml:para>Overrides the default behaviour, which is to publish workflow definitions.</maml:para>
3326+
<maml:para>Overrides the default behavior, which is to publish workflow definitions.</maml:para>
33273327
</maml:description>
33283328
<command:parameterValue required="false">SwitchParameter</command:parameterValue>
33293329
</command:parameter>
@@ -3351,7 +3351,7 @@ Online site collection fails if a deleted site with the same URL exists in the R
33513351
<command:parameter required="false" position="named">
33523352
<maml:name>DoNotPublish</maml:name>
33533353
<maml:description>
3354-
<maml:para>Overrides the default behaviour, which is to publish workflow definitions.</maml:para>
3354+
<maml:para>Overrides the default behavior, which is to publish workflow definitions.</maml:para>
33553355
</maml:description>
33563356
<command:parameterValue required="false">SwitchParameter</command:parameterValue>
33573357
<dev:type>

Samples/Tenant.Migration/Modules/2017/March/SharePointPnPPowerShellOnline/Modules/SharePointPnPPowerShellOnline/SharePointPnP.PowerShell.Online.Commands.dll-help.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5991,7 +5991,7 @@ Hyperlink or Picture: -Values @{"Hyperlink" = "https://github.com/OfficeDev/, Of
59915991
<command:parameter required="false" position="named">
59925992
<maml:name>DoNotPublish</maml:name>
59935993
<maml:description>
5994-
<maml:para>Overrides the default behaviour, which is to publish workflow definitions.</maml:para>
5994+
<maml:para>Overrides the default behavior, which is to publish workflow definitions.</maml:para>
59955995
</maml:description>
59965996
<command:parameterValue required="false">SwitchParameter</command:parameterValue>
59975997
</command:parameter>
@@ -6019,7 +6019,7 @@ Hyperlink or Picture: -Values @{"Hyperlink" = "https://github.com/OfficeDev/, Of
60196019
<command:parameter required="false" position="named">
60206020
<maml:name>DoNotPublish</maml:name>
60216021
<maml:description>
6022-
<maml:para>Overrides the default behaviour, which is to publish workflow definitions.</maml:para>
6022+
<maml:para>Overrides the default behavior, which is to publish workflow definitions.</maml:para>
60236023
</maml:description>
60246024
<command:parameterValue required="false">SwitchParameter</command:parameterValue>
60256025
<dev:type>

0 commit comments

Comments
 (0)