We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1d91a7 commit 1fb4aaeCopy full SHA for 1fb4aae
1 file changed
documentation/entrypoint.md
@@ -12,9 +12,9 @@ entrypoint preparation.
12
13
## Creating an entrypoint decorator
14
15
-`entrypoint_maker` allows you to define a custom decorator for your entrypoint functions.
+`entrypointmaker` allows you to define a custom decorator for your entrypoint functions.
16
17
-The function you decorate with `entrypoint_maker` serves to configure the `Entrypoint` instance. Its first parameter must
+The function you decorate with `entrypointmaker` serves to configure the `Entrypoint` instance. Its first parameter must
18
be the `Entrypoint` instance being built. You can inject dependencies into this setup function, but **only** `constants`
19
or `injectables`, because everything is not yet fully configured at this stage.
20
0 commit comments