Skip to content

Commit 2baa2e7

Browse files
Remove doubled 'the' in AppSourceCop rule descriptions
1 parent 9148534 commit 2baa2e7

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

dev-itpro/developer/analyzers/appsourcecop-as0080.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The validation of the length of table fields was previously done with [AS0004](a
3434
## How to fix this diagnostic?
3535

3636
Reverting the change will fix this diagnostic. If decreasing the length of the field is required, the recommended approach is to mark the field as [Obsolete Pending](../properties/devenv-obsoletestate-property.md) and introduce a new field with the desired length.
37-
Once all dependent extensions have uptaken the new field, you can mark the the original one as [Obsolete Removed](../properties/devenv-obsoletestate-property.md).
37+
Once all dependent extensions have uptaken the new field, you can mark the original one as [Obsolete Removed](../properties/devenv-obsoletestate-property.md).
3838

3939

4040
## Code examples triggering the rule

dev-itpro/developer/analyzers/appsourcecop-as0128.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.reviewer: solsen
1111
[//]: # (IMPORTANT:Do not edit any of the content between here and the END>DO_NOT_EDIT.)
1212
[//]: # (Any modifications should be made in the .xml files in the ModernDev repo.)
1313
# AppSourceCop Error AS0128
14-
An interface must not be removed from the the list of extended interfaces on an interface that has been published.
14+
An interface must not be removed from the list of extended interfaces on an interface that has been published.
1515

1616
## Description
1717
An interface must not be removed from the list of extended interfaces on an interface that has been published, because dependent extensions may break

dev-itpro/developer/analyzers/appsourcecop-as0129.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.reviewer: solsen
1111
[//]: # (IMPORTANT:Do not edit any of the content between here and the END>DO_NOT_EDIT.)
1212
[//]: # (Any modifications should be made in the .xml files in the ModernDev repo.)
1313
# AppSourceCop Error AS0129
14-
An interface must not be added to the the list of extended interfaces on an interface that has been published.
14+
An interface must not be added to the list of extended interfaces on an interface that has been published.
1515

1616
## Description
1717
An interface must not be added to the list of extended interfaces on an interface that has been published, because dependent extensions may break

dev-itpro/developer/analyzers/appsourcecop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ AppSourceCop is an analyzer that enforces rules that must be respected by extens
138138
|[AS0125](appsourcecop-as0125.md)|Changes the XLIFF translation ID are not allowed.|Upgrade|Info|
139139
|[AS0126](appsourcecop-as0126.md)|InternalsVisibleTo should not specifying a different publisher name than the one of this extension.|Extensibility|Warning|
140140
|[AS0127](appsourcecop-as0127.md)|Objects should be placed in a namespace with at least two levels.|Extensibility|Warning|
141-
|[AS0128](appsourcecop-as0128.md)|An interface must not be removed from the the list of extended interfaces on an interface that has been published.|Upgrade|Error|
141+
|[AS0128](appsourcecop-as0128.md)|An interface must not be removed from the list of extended interfaces on an interface that has been published.|Upgrade|Error|
142142
|[AS0129](appsourcecop-as0129.md)|An interface must not be added to the the list of extended interfaces on an interface that has been published.|Upgrade|Error|
143143
|[AS0130](appsourcecop-as0130.md)|Avoid using duplicate object names|Extensibility|Warning|
144144
|[AS0131](appsourcecop-as0131.md)|Tables with schema should not be added.|Upgrade|Hidden|

0 commit comments

Comments
 (0)