Skip to content

Commit 6d2e1bb

Browse files
Fixed Typo Issue
Fixed Typo Issue
1 parent 19fcb92 commit 6d2e1bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Reports/Model/Product/Index/AbstractIndex.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ public function getStoreId()
156156
}
157157

158158
/**
159-
* On customer loggin merge visitor/customer index
159+
* On customer login merge visitor/customer index
160160
*
161161
* @return $this
162162
*/
@@ -230,7 +230,7 @@ public function getCount()
230230
$this->calculate();
231231
}
232232

233-
return $this->_getSession()->getData($this->_countCacheKey);
233+
return $this->_getSession()->getData($this->_countCacheKey);app
234234
}
235235

236236
/**

0 commit comments

Comments
 (0)