File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
packages/optimizely-sdk/lib/core/project_config Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments