Skip to content

Commit

Permalink
Update util.js (#13582)
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
mkaz authored and youknowriad committed Mar 6, 2019
1 parent 2600e05 commit 41fa471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/embed/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const isFromWordPress = ( html ) => {

export const getPhotoHtml = ( photo ) => {
// 100% width for the preview so it fits nicely into the document, some "thumbnails" are
// acually the full size photo.
// actually the full size photo.
const photoPreview = <p><img src={ photo.thumbnail_url } alt={ photo.title } width="100%" /></p>;
return renderToString( photoPreview );
};
Expand Down

0 comments on commit 41fa471

Please sign in to comment.