Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit fcb17d6

Browse files
minor grammar corrections
1 parent 5bf5ec9 commit fcb17d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/guides/v2.3/extension-dev-guide/cache/partial-caching/create-cache-type.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ A cache type `translate` is declared in the Magento_Translation module using the
9797
</config>
9898
```
9999

100-
Translate cache type model class is defined in `Magento\Framework\App\Cache\Type\Translate.php` class. It must extends `Magento\Framework\Cache\Frontend\Decorator\TagScope` class.
100+
Translate cache type model class is defined in `Magento\Framework\App\Cache\Type\Translate.php` class. It must extend the `Magento\Framework\Cache\Frontend\Decorator\TagScope` class.
101101

102102
```php
103103
<?php
@@ -118,7 +118,7 @@ class Translate extends \Magento\Framework\Cache\Frontend\Decorator\TagScope
118118
const TYPE_IDENTIFIER = 'translate';
119119

120120
/**
121-
* Cache tag used to distinguish the cache type from all other cache
121+
* Cache tag used to distinguish the cache type from all other caches
122122
*/
123123
const CACHE_TAG = 'TRANSLATE';
124124

0 commit comments

Comments
 (0)