We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a493997 commit 7bfc229Copy full SHA for 7bfc229
packages/shared/common/src/api/integrations/plugins.ts
@@ -125,7 +125,7 @@ export interface LDPluginBase<TClient, THook> {
125
* The SDK initialization will typically not have been completed at this point, so the plugin should take appropriate
126
* actions to ensure the SDK is ready before sending track events or evaluating flags.
127
*
128
- * @param client The SDK client instanec.
+ * @param client The SDK client instance.
129
* @param environmentMetadata Information about the environment where the plugin is running.
130
*/
131
register(client: TClient, environmentMetadata: LDPluginEnvironmentMetadata): void;
0 commit comments