Merge pull request #8142 from gotson/patch-1

[Doc] fix typos in todo plugin Readme
This commit is contained in:
Fredrik Adelöw
2021-11-18 15:40:13 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ async function main() {
// ...
const todoEnv = useHotMemoize(module, () => createEnv('todo'));
// ...
apiRouter.use('/todo', await kafka(todoEnv));
apiRouter.use('/todo', await todo(todoEnv));
```
3. Add the plugin as a tab to your service entities: