Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

Commit

Permalink
typo: behaviour -> behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni committed Feb 26, 2019
1 parent 60fce97 commit e5409dc
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -82,7 +82,7 @@ public class MyCmdlet : SPOWebCmdlet
#endif
```

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.
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.

### Cmdlets will have to use common verbs

Expand Down
2 changes: 1 addition & 1 deletion Commands/Workflows/AddWorkflowDefinition.cs
Expand Up @@ -20,7 +20,7 @@ public class AddWorkflowDefinition : PnPWebCmdlet
[Parameter(Mandatory = true, HelpMessage = "The workflow definition to add.")]
public WorkflowDefinition Definition;

[Parameter(Mandatory = false, HelpMessage = "Overrides the default behaviour, which is to publish workflow definitions.")]
[Parameter(Mandatory = false, HelpMessage = "Overrides the default behavior, which is to publish workflow definitions.")]
public SwitchParameter DoNotPublish;
protected override void ExecuteCmdlet()
{
Expand Down
2 changes: 1 addition & 1 deletion ModuleFilesGenerator/DiffMatchPatch.cs
Expand Up @@ -182,7 +182,7 @@ public class Patch {

/**
* Class containing the diff, match and patch methods.
* Also Contains the behaviour settings.
* Also Contains the behavior settings.
*/
public class diff_match_patch {
// Defaults.
Expand Down
Expand Up @@ -3323,7 +3323,7 @@ Online site collection fails if a deleted site with the same URL exists in the R
<command:parameter required="false" position="named">
<maml:name>DoNotPublish</maml:name>
<maml:description>
<maml:para>Overrides the default behaviour, which is to publish workflow definitions.</maml:para>
<maml:para>Overrides the default behavior, which is to publish workflow definitions.</maml:para>
</maml:description>
<command:parameterValue required="false">SwitchParameter</command:parameterValue>
</command:parameter>
Expand Down Expand Up @@ -3351,7 +3351,7 @@ Online site collection fails if a deleted site with the same URL exists in the R
<command:parameter required="false" position="named">
<maml:name>DoNotPublish</maml:name>
<maml:description>
<maml:para>Overrides the default behaviour, which is to publish workflow definitions.</maml:para>
<maml:para>Overrides the default behavior, which is to publish workflow definitions.</maml:para>
</maml:description>
<command:parameterValue required="false">SwitchParameter</command:parameterValue>
<dev:type>
Expand Down
Expand Up @@ -5991,7 +5991,7 @@ Hyperlink or Picture: -Values @{"Hyperlink" = "https://github.com/OfficeDev/, Of
<command:parameter required="false" position="named">
<maml:name>DoNotPublish</maml:name>
<maml:description>
<maml:para>Overrides the default behaviour, which is to publish workflow definitions.</maml:para>
<maml:para>Overrides the default behavior, which is to publish workflow definitions.</maml:para>
</maml:description>
<command:parameterValue required="false">SwitchParameter</command:parameterValue>
</command:parameter>
Expand Down Expand Up @@ -6019,7 +6019,7 @@ Hyperlink or Picture: -Values @{"Hyperlink" = "https://github.com/OfficeDev/, Of
<command:parameter required="false" position="named">
<maml:name>DoNotPublish</maml:name>
<maml:description>
<maml:para>Overrides the default behaviour, which is to publish workflow definitions.</maml:para>
<maml:para>Overrides the default behavior, which is to publish workflow definitions.</maml:para>
</maml:description>
<command:parameterValue required="false">SwitchParameter</command:parameterValue>
<dev:type>
Expand Down

0 comments on commit e5409dc

Please sign in to comment.