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

📚 Doc: Fix code snippet indentation in /docs/api/middleware/keyauth.md #2868

Merged
merged 1 commit into from
Feb 19, 2024

Conversation

grivera64
Copy link
Member

@grivera64 grivera64 commented Feb 19, 2024

Description

Removes an an extra level of indentation in line 51 of keyauth.md here

Fixes #2866

Changes Introduced

  • Documentation Update: Detail the updates made to the documentation and links to the changed files.
    • Decremented indentation level in line 51 of /docs/api/middleware/keyauth.md

Type of Change

  • New feature (non-breaking change which adds functionality)
  • Enhancement (improvement to existing features and functionality)
  • Documentation update (changes to documentation)
  • Performance improvement (non-breaking change which improves efficiency)
  • Code consistency (non-breaking change which improves code reliability and robustness)

Checklist

Before you submit your pull request, please make sure you meet these requirements:

  • Followed the inspiration of the Express.js framework for new functionalities, making them similar in usage.
  • Conducted a self-review of the code and provided comments for complex or critical parts.
  • Updated the documentation in the /docs/ directory for Fiber's documentation.
  • Added or updated unit tests to validate the effectiveness of the changes or new features.
  • Ensured that new and existing unit tests pass locally with the changes.
  • Verified that any new dependencies are essential and have been agreed upon by the maintainers/community.
  • Aimed for optimal performance with minimal allocations in the new code.
  • Provided benchmarks for the new code to analyze and improve upon.

Commit Formatting

Please use emojis in commit messages for an easy way to identify the purpose or intention of a commit. Check out the emoji cheatsheet here: CONTRIBUTING.md

@grivera64 grivera64 requested a review from a team as a code owner February 19, 2024 02:36
@grivera64 grivera64 requested review from gaby, sixcolors, ReneWerner87 and efectn and removed request for a team February 19, 2024 02:36
@gaby gaby added the v3 label Feb 19, 2024
@gaby gaby merged commit 529086a into gofiber:main Feb 19, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

📚 Doc: Fix code snippet indentation in /docs/api/middleware/keyauth.md
2 participants