You've already forked pocketbase
							
							
				mirror of
				https://github.com/pocketbase/pocketbase.git
				synced 2025-10-31 08:37:38 +02:00 
			
		
		
		
	fixed code comment typos
This commit is contained in:
		| @@ -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
											
										
									
								
							
		Reference in New Issue
	
	Block a user