From d761fa12af2447279c9f8eb189316cb4c1df7a78 Mon Sep 17 00:00:00 2001 From: D <49444980+dpthegrey@users.noreply.github.com> Date: Sat, 9 Jul 2022 01:39:23 +0530 Subject: [PATCH] Fix: Typo in comments (#25) --- pocketbase.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pocketbase.go b/pocketbase.go index 02e36156..64b32a10 100644 --- a/pocketbase.go +++ b/pocketbase.go @@ -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