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:
parent
76b9051011
commit
a3377c992b
@ -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()
|
||||
|
@ -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
|
||||
|
||||
|
8580
plugins/jsvm/internal/types/generated/types.d.ts
vendored
8580
plugins/jsvm/internal/types/generated/types.d.ts
vendored
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user