Skip to content

Commit 7b48cf6

Browse files
Merge pull request #229 from bravo-kernel/typo
Docs: fix typo
2 parents e486c85 + ae61879 commit 7b48cf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/mixins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export default {
2727
makeFindMixin({ service: 'todos' })
2828
],
2929
computed: {
30-
// It's going to automatically look for a prop named `todosPanos`
30+
// It's going to automatically look for a prop named `todosParams`
3131
// This is based on the camelCased service name
3232
todosParams () {
3333
return { query: {} }

0 commit comments

Comments
 (0)