diff --git a/packages/block-library/src/embed/util.js b/packages/block-library/src/embed/util.js index 5352fce1fb58e..5161d13523c6b 100644 --- a/packages/block-library/src/embed/util.js +++ b/packages/block-library/src/embed/util.js @@ -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 =

{

; return renderToString( photoPreview ); };