Skip to content

Commit c99c1eb

Browse files
committed
Merge pull request Azure#1539 from davidebbo/patch-2
Fix 'unable' typo in resource string
2 parents 08914d0 + c6ae9c5 commit c99c1eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ResourceManager/Profile/Commands.Profile/Properties/Resources.resx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,9 @@
166166
<value>To create an access token credential, you must provide an access token account.</value>
167167
</data>
168168
<data name="UnableToAqcuireToken" xml:space="preserve">
169-
<value>Unabe to acquire token for tenant '{0}'</value>
169+
<value>Unable to acquire token for tenant '{0}'</value>
170170
</data>
171171
<data name="UnknownEnvironment" xml:space="preserve">
172172
<value>Unable to find environment with name '{0}'</value>
173173
</data>
174-
</root>
174+
</root>

0 commit comments

Comments
 (0)