Skip to content
This repository has been archived by the owner on Dec 28, 2024. It is now read-only.

trivial grammar tweak #113

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion iron-image.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
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
Expand Down