[ACS-6071] fix docs for process cloud (#8947)

* fix docs for process cloud

* fix typo
This commit is contained in:
Denys Vuika
2023-09-28 16:44:57 +01:00
committed by GitHub
parent a48438e1c1
commit d78dcd2156
23 changed files with 202 additions and 58 deletions

View File

@@ -60,7 +60,7 @@ export class UserPreferenceCloudService extends BaseCloudService implements Pref
*
* @param appName Name of the target app
* @param key Key of the target preference
* @newPreference Details of new user preference
* @param newPreference Details of new user preference
* @returns Observable of created user preferences
*/
createPreference(appName: string, key: string, newPreference: any): Observable<any> {