Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
kpodemski authored Jun 22, 2023
1 parent aab2a2d commit dacc3cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/concepts/hooks/list-of-hooks/actionListModules.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
menuTitle: actionListModules
Title: actionListModules
hidden: true
hookTitle: Allows to add your own modules from remote source in modules list in the administration.
hookTitle: Allows you to add your own modules from a remote source in the modules list in the back office.
files:
- src/Core/Module/ModuleRepository.php
locations:
Expand Down Expand Up @@ -33,4 +33,4 @@ $modulesFromHook = array_values($modulesFromHook ?? []);

## Example implementation

This hook has been implemented in our module [ps_distributionapiclient](https://github.com/PrestaShop/ps_distributionapiclient/tree/master)
This hook has been implemented in the native [ps_distributionapiclient](https://github.com/PrestaShop/ps_distributionapiclient/tree/master) module

0 comments on commit dacc3cd

Please sign in to comment.