Skip to content

Commit

Permalink
Fix: Typo in comments (pocketbase#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
D authored Jul 8, 2022
1 parent b05a7be commit d761fa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pocketbase.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ type PocketBase struct {
// New creates a new PocketBase instance.
//
// Note that the application will not be initialized/bootstrapped yet,
// aka. DB connections, migrations, app settings, etc. will not be accessable.
// aka. DB connections, migrations, app settings, etc. will not be accessible.
// Everything will be initialized when Start() is executed.
// If you want initialize the application before calling Start(),
// If you want to initialize the application before calling Start(),
// then you'll have to manually call Bootstrap().
func New() *PocketBase {
// try to find the base executable directory and how it was run
Expand Down

0 comments on commit d761fa1

Please sign in to comment.