-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation issue: Event name in code snippet and description doesn't match in dispatch.md #4141
Conversation
Please include a description of what this is doing. The PR title doesn't really describe what's happening |
In the documentation about dispatch there is a typo. The text says:
But the code snippet doesn't dispatch |
Can you put that in the PR description? So that the PR description describes what the PR does and why? |
Good catch thanks! |
Also @ekwoka , you're right most PRs need thorough descriptions, but a small/obvious docs error doesn't really IMO. |
In the documentation about dispatch there is a typo. The text says:
But the code snippet doesn't dispatch
custom-event
, it dispatches anotify
event:@click="$dispatch('notify')"