Skip to content

Commit

Permalink
fix: Typo in src/data/optimizely.js comment
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Roytman <[email protected]>
  • Loading branch information
rijuma and MichaelRoytman authored Jul 18, 2024
1 parent 7ef94c0 commit 24bdda8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/optimizely.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ensureConfig([
], 'Frontend Lib Learning Assistant Optimizely module');

/**
* Initializing the Optimizely instance at the top-level will not work, becaused it may be initialized before
* Initializing the Optimizely instance at the top-level will not work, because it may be initialized before
* the OPTIMIZELY_FULL_STACK_SDK_KEY is available and will not be reinitialized afterward. Wrapping the initialization
* in a function allows components to request the instance as-needed.
*/
Expand Down

0 comments on commit 24bdda8

Please sign in to comment.