8
0
matteo030 7 лет назад
Родитель
Сommit
3ca4523d10
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-media-embed/docs/features/media-embed.md

+ 1 - 1
packages/ckeditor5-media-embed/docs/features/media-embed.md

@@ -304,7 +304,7 @@ using this code snippet:
 		// to discover the media.
 		const anchor = document.createElement( 'a' );
 
-		anchor.setAttribute( 'href', element.getAttribute( 'url ') );
+		anchor.setAttribute( 'href', element.getAttribute( 'url') );
 		anchor.className = 'embedly-card';
 
 		element.appendChild( anchor );