Merge pull request #8142 from gotson/patch-1
[Doc] fix typos in todo plugin Readme
This commit is contained in:
@@ -46,7 +46,7 @@ async function main() {
|
||||
// ...
|
||||
const todoEnv = useHotMemoize(module, () => createEnv('todo'));
|
||||
// ...
|
||||
apiRouter.use('/todo', await kafka(todoEnv));
|
||||
apiRouter.use('/todo', await todo(todoEnv));
|
||||
```
|
||||
|
||||
## Scanned Files
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user