Skip to content

Commit 14d7426

Browse files
committed
Rebase and fix spacing
1 parent 83a3158 commit 14d7426

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

packages/optimizely-sdk/lib/core/project_config/project_config_manager.d.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ declare module '@optimizely/optimizely-sdk/lib/core/projet_config_manager' {
2222
* getConfig and onUpdate. It uses a DatafileManager to fetch datafiles. It is
2323
* responsible for parsing and validating datafiles, and converting datafile
2424
* JSON objects into project config objects.
25-
* @param {ProjectConfig} config
26-
* @param {Object|string} config.datafile
27-
* @param {Object} config.datafileOptions
28-
* @param {Object} config.jsonSchemaValidator
29-
* @param {string} config.sdkKey
25+
* @param {ProjectConfig} config
26+
* @param {Object|string} config.datafile
27+
* @param {Object} config.datafileOptions
28+
* @param {Object} config.jsonSchemaValidator
29+
* @param {string} config.sdkKey
3030
*/
3131
export function ProjectConfigManager(config: ProjectConfig): ProjectConfigManager;
3232

@@ -43,7 +43,7 @@ declare module '@optimizely/optimizely-sdk/lib/core/projet_config_manager' {
4343
* Add a listener for project config updates. The listener will be called
4444
* whenever this instance has a new project config object available.
4545
* Returns a dispose function that removes the subscription
46-
* @param {Function} listener
46+
* @param {Function} listener
4747
* @return {Function}
4848
*/
4949
onUpdate(): (listener: (config: ProjectConfig) => void) => () => void;

0 commit comments

Comments
 (0)