Skip to content

Commit

Permalink
Fix a typo in the JSDoc of js/src/components/paid-ads/campaign-previe…
Browse files Browse the repository at this point in the history
…w/index.js

Address #1650 (comment)
  • Loading branch information
eason9487 committed Aug 30, 2022
1 parent 6fe6ba7 commit 8e72981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/src/components/paid-ads/campaign-preview/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export { default } from './campaign-preview';
* Data for compositing ad preview mockups.
*
* @typedef {Object} AdPreviewData
* @property {string} title Price of the product.
* @property {string} title Title of the product.
* @property {string} price Price of the product including currency symbol, e.g. "$24.99".
* @property {string} shopName Shop name of merchant's website.
* @property {string} coverUrl Cover image URL of the product.
Expand Down

0 comments on commit 8e72981

Please sign in to comment.