Skip to content

Commit 1fb4aae

Browse files
authored
fix: 📝 Typo in documentation
1 parent b1d91a7 commit 1fb4aae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

documentation/entrypoint.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ entrypoint preparation.
1212

1313
## Creating an entrypoint decorator
1414

15-
`entrypoint_maker` allows you to define a custom decorator for your entrypoint functions.
15+
`entrypointmaker` allows you to define a custom decorator for your entrypoint functions.
1616

17-
The function you decorate with `entrypoint_maker` serves to configure the `Entrypoint` instance. Its first parameter must
17+
The function you decorate with `entrypointmaker` serves to configure the `Entrypoint` instance. Its first parameter must
1818
be the `Entrypoint` instance being built. You can inject dependencies into this setup function, but **only** `constants`
1919
or `injectables`, because everything is not yet fully configured at this stage.
2020

0 commit comments

Comments
 (0)