[PR #3349] [MERGED] fixed errors and typos in plugin docs #4774

Closed
opened 2026-03-13 11:59:23 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/3349
Author: @dagmawibabi
Created: 7/12/2025
Status: Merged
Merged: 7/12/2025
Merged by: @Bekacru

Base: mainHead: typos


📝 Commits (3)

  • ff0a7eb fixed typo in plugin docs
  • 1dde761 fixed weird sentence in plugin docs
  • 3343f87 fixed ts error in plugins docs

📊 Changes

2 files changed (+3 additions, -3 deletions)

View changed files

📝 docs/content/docs/concepts/plugins.mdx (+1 -1)
📝 docs/content/docs/guides/your-first-plugin.mdx (+2 -2)

📄 Description

A minor documentation fix in the docs/content/docs/concepts/plugins.mdx file. The change corrects a typo in the description of the type property, replacing "filed" with "field" for clarity.

Then there's another sentence that talks about finding a suitable place to create the birthday plugin folder but doesn't make sense but is now corrected.

Fixed a typescript operator precedence error in the birthday plugin example:

  • Before: (!birthday instanceof Date)
  • After: (!(birthday instanceof Date))

Summary by cubic

Fixed a typo in the plugin documentation by correcting "filed" to "field" in the description of the type property.
Fixed a sentence in the plugin documentation by correcting the sentence describing where to create the birthday plugin folder
Fixed a typescript operator precendence error while checking for date


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/better-auth/better-auth/pull/3349 **Author:** [@dagmawibabi](https://github.com/dagmawibabi) **Created:** 7/12/2025 **Status:** ✅ Merged **Merged:** 7/12/2025 **Merged by:** [@Bekacru](https://github.com/Bekacru) **Base:** `main` ← **Head:** `typos` --- ### 📝 Commits (3) - [`ff0a7eb`](https://github.com/better-auth/better-auth/commit/ff0a7ebb5b37d29df513ca2659648723f84fb452) fixed typo in plugin docs - [`1dde761`](https://github.com/better-auth/better-auth/commit/1dde761cce65bec6394720c4c1c0c33534bed1b8) fixed weird sentence in plugin docs - [`3343f87`](https://github.com/better-auth/better-auth/commit/3343f8736261a93bf6fba39d96e4a390d3eac36a) fixed ts error in plugins docs ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `docs/content/docs/concepts/plugins.mdx` (+1 -1) 📝 `docs/content/docs/guides/your-first-plugin.mdx` (+2 -2) </details> ### 📄 Description A minor documentation fix in the `docs/content/docs/concepts/plugins.mdx` file. The change corrects a typo in the description of the `type` property, replacing "filed" with "field" for clarity. Then there's another sentence that talks about finding a suitable place to create the birthday plugin folder but doesn't make sense but is now corrected. Fixed a typescript operator precedence error in the birthday plugin example: * Before: (!birthday instanceof Date) * After: (!(birthday instanceof Date)) <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Fixed a typo in the plugin documentation by correcting "filed" to "field" in the description of the `type` property. Fixed a sentence in the plugin documentation by correcting the sentence describing where to create the birthday plugin folder Fixed a typescript operator precendence error while checking for date <!-- End of auto-generated description by cubic. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-03-13 11:59:23 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#4774