Skip to content

Commit 3ff4429

Browse files
ENGCOM-6333: Correct spelling #25328
- Merge Pull Request #25328 from ravi-chandra3197/magento2:patch-typographical-36 - Merged commits: 1. 666a333 2. d244787 3. 691b877 4. b7d1359
2 parents 7968906 + b7d1359 commit 3ff4429

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

app/code/Magento/Sales/Model/ResourceModel/Status/Collection.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
<?php
22
/**
3-
* Oder statuses grid collection
4-
*
53
* Copyright © Magento, Inc. All rights reserved.
64
* See COPYING.txt for license details.
75
*/
86
namespace Magento\Sales\Model\ResourceModel\Status;
97

8+
/**
9+
* Order statuses grid collection.
10+
*/
1011
class Collection extends \Magento\Sales\Model\ResourceModel\Order\Status\Collection
1112
{
1213
/**

0 commit comments

Comments
 (0)