Skip to content

Commit

Permalink
Update packages/shared/src/open-feature.ts
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Beemer <[email protected]>
  • Loading branch information
beeme1mr authored and toddbaert committed Dec 11, 2023
1 parent c455b80 commit b0c1d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared/src/open-feature.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export abstract class OpenFeatureCommonAPI<P extends CommonProvider = CommonProv

/**
* Get metadata about a registered provider using the client name.
* An unbound or empty client name will return the default provider.
* An unbound or empty client name will return metadata from the default provider.
* @param {string} [clientName] The name to identify the client
* @returns {ProviderMetadata} Provider Metadata
*/
Expand Down

0 comments on commit b0c1d1b

Please sign in to comment.