From bb3e517884f63dd80fe790bf5b91e33fedb651a5 Mon Sep 17 00:00:00 2001 From: Jop de Klein Date: Tue, 31 Jan 2023 18:54:38 +0100 Subject: [PATCH] Fix documentation --- src/integrations/optimizely.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/integrations/optimizely.ts b/src/integrations/optimizely.ts index 64389c8..134516e 100644 --- a/src/integrations/optimizely.ts +++ b/src/integrations/optimizely.ts @@ -38,7 +38,7 @@ let experimentCache: ExperimentCacheType = {} const forcedToggles: ForcedTogglesType = {} /** - * Registers an externally passed in OptimizelySDK instance to use. + * Registers an externally passed in OptimizelySDK library to use. * This is meant to give flexibility in which SDK to use, but since Opticks * now relies on a specific version this will be bundled in future versions. *