1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2025-02-06 09:07:36 +00:00

fixed code comment typos

This commit is contained in:
Gani Georgiev 2024-12-19 11:41:34 +02:00
parent 76b9051011
commit a3377c992b
3 changed files with 4294 additions and 4290 deletions

View File

@ -82,7 +82,7 @@ func (e *RequestEvent) HasSuperuserAuth() bool {
// RequestInfo parses the current request into RequestInfo instance.
//
// Note that the returned result is cached to avoid copying the request data multiple times
// but the auth state and other common store items are always refreshed in case they were changed my another handler.
// but the auth state and other common store items are always refreshed in case they were changed by another handler.
func (e *RequestEvent) RequestInfo() (*RequestInfo, error) {
e.mu.Lock()
defer e.mu.Unlock()

View File

@ -1,4 +1,4 @@
// Package mails implements various helper methods for sending user and admin
// Package mails implements various helper methods for sending common
// emails like forgotten password, verification, etc.
package mails

File diff suppressed because it is too large Load Diff