Skip to content
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

docs: refine function usages #667

Merged
merged 3 commits into from
Feb 24, 2024
Merged

docs: refine function usages #667

merged 3 commits into from
Feb 24, 2024

Conversation

NozomuIkuta
Copy link
Member

@NozomuIkuta NozomuIkuta commented Feb 24, 2024

πŸ”— Linked issue

❓ Type of change

  • πŸ“– Documentation (updates to the documentation, readme, or JSdoc annotations)
  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • πŸ‘Œ Enhancement (improving an existing functionality like performance)
  • ✨ New feature (a non-breaking change that adds functionality)
  • 🧹 Chore (updates to the build process or auxiliary tools and libraries)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

πŸ“š Description

Resolves #664

As @Barbapapazes suggested, I replace eventHandler calls with defineEventHandler because the latter is more used.
At the same time, I also fixed the following points:

πŸ“ Checklist

  • I have linked an issue or discussion.
  • I have updated the documentation accordingly.

@NozomuIkuta NozomuIkuta self-assigned this Feb 24, 2024
Copy link

cloudflare-pages bot commented Feb 24, 2024

Deploying with Β Cloudflare Pages Β Cloudflare Pages

Latest commit: 43854af
Status:Β βœ…Β  Deploy successful!
Preview URL: https://0c25bdc3.unjs-h3.pages.dev
Branch Preview URL: https://docs-refine-function-usages.unjs-h3.pages.dev

View logs

docs/1.guide/4.event.md Outdated Show resolved Hide resolved
@NozomuIkuta NozomuIkuta added the documentation Improvements or additions to documentation label Feb 24, 2024
Copy link
Member

@pi0 pi0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks ❀️

@pi0 pi0 merged commit e59dae6 into main Feb 24, 2024
5 checks passed
@pi0 pi0 deleted the docs/refine-function-usages branch February 24, 2024 20:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use either of eventHandler and defineEventHandler consistently in documentation
2 participants