diff --git a/api/@ohos.pasteboard.d.ts b/api/@ohos.pasteboard.d.ts index e2c25e195922a350290c762f75f5acba329fdd11..6c2ca5fabd2eb8506db32e669532c88f1ec8d2d0 100644 --- a/api/@ohos.pasteboard.d.ts +++ b/api/@ohos.pasteboard.d.ts @@ -341,7 +341,7 @@ declare namespace pasteboard { * @param { string } mimeType - indicates the MIME type of value. * @param { ValueType } value - content to be saved. * @throws { BusinessError } 401 - if type of mimeType is not string, or the value can not match the mimeType correctly. - * @throws { BusinessError } 12900002 - The number of record exteeds the maximum limit. + * @throws { BusinessError } 12900002 - The number of record exceeds the maximum limit. * @since 9 */ addRecord(mimeType: string, value: ValueType): void;