Skip to content

Commit 699613b

Browse files
ENGCOM-6102: Updated strings and XML comments. #25064
2 parents 2958ef2 + 6b9fff9 commit 699613b

File tree

6 files changed

+10
-6
lines changed

6 files changed

+10
-6
lines changed

app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminProductGridActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@
389389
<waitForPageLoad stepKey="waitForGridLoad"/>
390390
</actionGroup>
391391

392-
<!--Filter and select the the product -->
392+
<!--Filter and select the product -->
393393
<actionGroup name="filterAndSelectProduct">
394394
<annotations>
395395
<description>Goes to the Admin Products grid. Filters the Product grid by the provided Product SKU.</description>

app/code/Magento/Checkout/Test/Mftf/ActionGroup/CheckoutActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@
222222
<!-- Check product in checkout cart items -->
223223
<actionGroup name="CheckProductInCheckoutCartItemsActionGroup">
224224
<annotations>
225-
<description>Validates the the provided Product appears in the Storefront Checkout 'Order Summary' section.</description>
225+
<description>Validates the provided Product appears in the Storefront Checkout 'Order Summary' section.</description>
226226
</annotations>
227227
<arguments>
228228
<argument name="productVar"/>

app/code/Magento/Config/Test/Mftf/ActionGroup/AdminConfigCreateNewAccountActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
1111
<actionGroup name="SetGroupForValidVATIdIntraUnionActionGroup">
1212
<annotations>
13-
<description>Goes to the 'Configuration' page for 'Customer Configuration'. Sets the 'Group For Valid VAT ID Intra Union' option. Clicks on the Save button. Validates the the Save message is present.</description>
13+
<description>Goes to the 'Configuration' page for 'Customer Configuration'. Sets the 'Group For Valid VAT ID Intra Union' option. Clicks on the Save button. Validates the Save message is present.</description>
1414
</annotations>
1515
<arguments>
1616
<argument name="value" type="string"/>

app/code/Magento/Tinymce3/view/base/web/tiny_mce/classes/html/Node.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@
197197
},
198198

199199
/**
200-
* Wraps the node in in another node.
200+
* Wraps the node in another node.
201201
*
202202
* @example
203203
* node.wrap(wrapperNode);

lib/internal/Magento/Framework/App/Request/InvalidRequestException.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class InvalidRequestException extends RuntimeException
3232
/**
3333
* @param ResponseInterface|ResultInterface|NotFoundException $replaceResult
3434
* Use this result instead of calling an action instance,
35-
* if NotFoundException is given the the default 404 mechanism will be triggered.
35+
* if NotFoundException is given the default 404 mechanism will be triggered.
3636
* @param Phrase[]|null $messages Messages to show to client
3737
* as error messages.
3838
*/
@@ -45,6 +45,8 @@ public function __construct($replaceResult, ?array $messages = null)
4545
}
4646

4747
/**
48+
* Return replaced result
49+
*
4850
* @return ResponseInterface|ResultInterface|NotFoundException
4951
*/
5052
public function getReplaceResult()
@@ -53,6 +55,8 @@ public function getReplaceResult()
5355
}
5456

5557
/**
58+
* Return messages
59+
*
5660
* @return Phrase[]|null
5761
*/
5862
public function getMessages(): ?array

lib/internal/Magento/Framework/GraphQl/Query/IntrospectionConfiguration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public function __construct(
3131
}
3232

3333
/**
34-
* Check the the environment config to determine if introspection should be disabled.
34+
* Check the environment config to determine if introspection should be disabled.
3535
*
3636
* @return bool
3737
*/

0 commit comments

Comments
 (0)