Skip to content
Snippets Groups Projects
Commit 79cadb18 authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

typo fix

parent e163bbcb
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ The module directory have the following structure:
The frontend file of the module itself **must** be present at the root of the module directory.
Any services that you need **must** be present inside the *fronted*. The parser only deals with these directories. If a service `fooA` has `fooB` as dependency, `fooA` ***and*** `fooB` **must** exist in the e.g. `%%service_system%%/<module_name>/frontend` directory.
Any services that you need **must** be present **inside** the frontend directory. The parser only deals with these directories. If a service `fooA` has `fooB` as dependency, `fooA` ***and*** `fooB` **must** exist in the e.g. `%%service_system%%/<module_name>/frontend` directory.
## A word about the [[main]](frontend.html#Section: [main]) section with the module type
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment