Skip to content

Commit 01c0dde

Browse files
authored
Merge pull request #5377 from bannus/typo-patch
Fix typos in -Scope parameter
2 parents c58ee6a + 7351fde commit 01c0dde

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

src/Common/Commands.Common.Authentication.Abstractions/Settings/ClientFactorySettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ namespace Microsoft.Azure.Commands.Common.Authentication.Abstractions
2323
public class ClientFactorySettings : IExtensibleSettings
2424
{
2525
/// <summary>
26-
/// The user agents in the cusrrent client factory
26+
/// The user agents in the current client factory
2727
/// </summary>
2828
public IEnumerable<UserAgentSettings> UserAgents { get; }
2929

src/ResourceManager/Profile/Commands.Profile/help/Add-AzureRmAccount.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ Accept wildcard characters: False
368368
```
369369
370370
### -Scope
371-
Determines the scope of context changes, for example, wheher changes apply only to the cusrrent process, or to all sessions started by this user.
371+
Determines the scope of context changes, for example, whether changes apply only to the current process, or to all sessions started by this user.
372372
373373
```yaml
374374
Type: ContextModificationScope

src/ResourceManager/Profile/Commands.Profile/help/Disable-AzureRmContextAutosave.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Accept wildcard characters: False
4747
```
4848
4949
### -Scope
50-
Determines the scope of context changes, for example, wheher changes apply only to the cusrrent process, or to all sessions started by this user
50+
Determines the scope of context changes, for example, whether changes apply only to the current process, or to all sessions started by this user
5151
5252
```yaml
5353
Type: ContextModificationScope

src/ResourceManager/Profile/Commands.Profile/help/Enable-AzureRmContextAutosave.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Accept wildcard characters: False
4747
```
4848
4949
### -Scope
50-
Determines the scope of context changes, for example, wheher changes apply only to the cusrrent process, or to all sessions started by this user
50+
Determines the scope of context changes, for example, whether changes apply only to the current process, or to all sessions started by this user
5151
5252
```yaml
5353
Type: ContextModificationScope

src/ResourceManager/Profile/Commands.Profile/help/Remove-AzureRmContext.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Accept wildcard characters: False
114114
```
115115
116116
### -Scope
117-
Determines the scope of context changes, for example, wheher changes apply only to the cusrrent process, or to all sessions started by this user
117+
Determines the scope of context changes, for example, whether changes apply only to the current process, or to all sessions started by this user
118118
119119
```yaml
120120
Type: ContextModificationScope

src/ResourceManager/Profile/Commands.Profile/help/Rename-AzureRmContext.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Accept wildcard characters: False
109109
```
110110
111111
### -Scope
112-
Determines the scope of context changes, for example, wheher changes apply only to the cusrrent process, or to all sessions started by this user
112+
Determines the scope of context changes, for example, whether changes apply only to the current process, or to all sessions started by this user
113113
114114
```yaml
115115
Type: ContextModificationScope

src/ResourceManager/Profile/Commands.Profile/help/Select-AzureRmContext.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Accept wildcard characters: False
8585
```
8686
8787
### -Scope
88-
Determines the scope of context changes, for example, wheher changes apply only to the cusrrent process, or to all sessions started by this user
88+
Determines the scope of context changes, for example, whether changes apply only to the current process, or to all sessions started by this user
8989
9090
```yaml
9191
Type: ContextModificationScope

src/ResourceManager/Profile/Commands.Profile/help/Set-AzureRmContext.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ Accept wildcard characters: False
148148
```
149149
150150
### -Scope
151-
Determines the scope of context changes, for example, wheher changes apply only to the cusrrent process, or to all sessions started by this user.
151+
Determines the scope of context changes, for example, whether changes apply only to the current process, or to all sessions started by this user.
152152
153153
```yaml
154154
Type: ContextModificationScope

src/ResourceManager/Profile/Commands.Profile/help/Set-AzureRmEnvironment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ Accept wildcard characters: False
370370
```
371371
372372
### -Scope
373-
Determines the scope of context changes, for example, wheher changes apply only to the cusrrent process, or to all sessions started by this user.
373+
Determines the scope of context changes, for example, whether changes apply only to the current process, or to all sessions started by this user.
374374
375375
```yaml
376376
Type: ContextModificationScope

0 commit comments

Comments
 (0)