Skip to content

Commit 7bfc229

Browse files
committed
Fix typo.
1 parent a493997 commit 7bfc229

File tree

1 file changed

+1
-1
lines changed
  • packages/shared/common/src/api/integrations

1 file changed

+1
-1
lines changed

packages/shared/common/src/api/integrations/plugins.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ export interface LDPluginBase<TClient, THook> {
125125
* The SDK initialization will typically not have been completed at this point, so the plugin should take appropriate
126126
* actions to ensure the SDK is ready before sending track events or evaluating flags.
127127
*
128-
* @param client The SDK client instanec.
128+
* @param client The SDK client instance.
129129
* @param environmentMetadata Information about the environment where the plugin is running.
130130
*/
131131
register(client: TClient, environmentMetadata: LDPluginEnvironmentMetadata): void;

0 commit comments

Comments
 (0)