Skip to content

Commit aaac785

Browse files
authored
Merge pull request #71 from kidonng/patch-1
Remove a redundant line
2 parents 1854426 + 313d997 commit aaac785

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ This indicates _when_ the contents should be fetched:
5353
- `eager`: Fetches and load the content immediately, regardless of whether or not the `<include-fragment/>` is currently within the visible viewport (this is the default value).
5454
- `lazy`: Defers fetching and loading the content until the `<include-fragment/>` tag reaches a calculated distance from the viewport. The intent is to avoid the network and storage bandwidth needed to handle the content until it's reasonably certain that it will be needed.
5555

56-
The
57-
5856
### Errors
5957

6058
If the URL fails to load, the `include-fragment` element is left in the page and tagged with an `is-error` CSS class that can be used for styling.

0 commit comments

Comments
 (0)