Skip to content

Commit 9217d8d

Browse files
committed
review updates
1 parent dda5316 commit 9217d8d

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

app/code/Magento/EavGraphQl/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Magento_EavGraphQl module
22

3-
Magento_EavGraphQl module extends Magento_GraphQl and Magento_Eav modules to provides type and resolver information for GraphQL API.
3+
Magento_EavGraphQl module extends Magento_GraphQl and Magento_Eav modules to provides type and resolver information for GraphQL API.
44

55
## Installation details
66

app/code/Magento/Elasticsearch/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Magento_Elasticsearch module
22

3-
Magento_Elasticsearch module allows using Elastic search engine for the product searching capabilities.
3+
Magento_Elasticsearch module allows using the Elasticsearch engine for the product searching capabilities.
44

55
The module implements Magento_Search library interfaces.
66

@@ -12,7 +12,7 @@ For information about a module installation in Magento 2, see [Enable or disable
1212

1313
## Structure
1414

15-
`Elasticsearch5/` - the directory that contains solutions for providing ElasticSearch 5.x version.
15+
`Elasticsearch5/` - the directory that contains solutions for providing ElasticSearch 5.x version.
1616

1717
`SearchAdapter/` - the directory that contains solutions for adapting ElasticSearch query searching.
1818

app/code/Magento/EncryptionKey/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
The Magento_EncryptionKey module provides an advanced encryption model to protect passwords and other sensitive data.
44

5+
## Extensibility
6+
7+
Extension developers can interact with the Magento_EncryptionKey module. For more information about the Magento extension mechanism, see [Magento plugins](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/plugins.html).
8+
9+
[The Magento dependency injection mechanism](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/depend-inj.html) enables you to override the functionality of the Magento_EncryptionKey module.
10+
11+
### Layouts
12+
13+
This module introduces the following layouts and layout handles in the `view/adminhtml/layout` directory:
14+
15+
- `adminhtml_crypt_key_index`
16+
517
## Additional information
618

719
For information about significant changes in patch releases, see [2.4.x Release information](https://devdocs.magento.com/guides/v2.4/release-notes/bk-release-notes.html).

0 commit comments

Comments
 (0)