diff --git a/iron-image.html b/iron-image.html
index 2f92f76..d3f05f0 100644
--- a/iron-image.html
+++ b/iron-image.html
@@ -15,12 +15,12 @@
preloading options not found on the standard `` tag.
The `sizing` option allows the image to be either cropped (`cover`) or
-letterboxed (`contain`) to fill a fixed user-size placed on the element.
+letterboxed (`contain`) to fill a fixed user-size space on the element.
The `preload` option prevents the browser from rendering the image until the
image is fully loaded. In the interim, either the element's CSS `background-color`
can be be used as the placeholder, or the `placeholder` property can be
-set to a URL (preferably a data-URI, for instant rendering) for an
+set to a URL (preferably a data-URI, for instant rendering) for a
placeholder image.
The `fade` option (only valid when `preload` is set) will cause the placeholder