Skip to content

Commit 9f2d2fa

Browse files
authored
Merge pull request #161 from OfficeDev/main
[admin] merge to live
2 parents c7001b0 + baae32b commit 9f2d2fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/how-to-insert-a-picture-into-a-word-processing-document.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ Then, append the reference to the body. The element should be in a [Run](https:/
236236
) With {.Preset = A.ShapeTypeValues.Rectangle} _
237237
) _
238238
) _
239-
) With {.Uri = "https://schemas.openxmlformats.org/drawingml/2006/picture"} _
239+
) With {.Uri = "http://schemas.openxmlformats.org/drawingml/2006/picture"} _
240240
) _
241241
) With {.DistanceFromTop = 0UI, _
242242
.DistanceFromBottom = 0UI, _

0 commit comments

Comments
 (0)