From 241b5409ac40e54b10246280f0aeebd88e0aeb24 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Tue, 10 May 2022 14:53:19 -0500 Subject: [PATCH] Fix wrong character --- helpers/stork/browser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/stork/browser.js b/helpers/stork/browser.js index 6e5ef35..a88e64f 100644 --- a/helpers/stork/browser.js +++ b/helpers/stork/browser.js @@ -24,7 +24,7 @@ export class StorkClient { } // Loads the Stork WASM and Index into the browser on first query - // so that we don;t have to load them initially. + // so that we don't have to load them initially. async lazyQuery ( query ) { if ( !this.isSetup ) await this.setup()