Skip to content

Commit

Permalink
Fix missing closing tag
Browse files Browse the repository at this point in the history
  • Loading branch information
philipwalton committed Oct 17, 2016
1 parent dad1172 commit 7103cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/plugins/impression-tracker.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ The following table lists all methods for the `impressionTracker` plugin:
</tr>
<tr valign="top">
<td><code>unobserveElements</code></a></td>
<td>Accepts an array of <code>elements</code> (as described in the <a href="#options">options</a> section) to stop observing for impressions. (Note: elements whose <code>trackFirstImpressionOnly<code> property is <code>true</code> are automatically unobserved after the first impression.)</td>
<td>Accepts an array of <code>elements</code> (as described in the <a href="#options">options</a> section) to stop observing for impressions. (Note: elements whose <code>trackFirstImpressionOnly</code> property is <code>true</code> are automatically unobserved after the first impression.)</td>
</tr>
<tr valign="top">
<td><code>unobserveAllElements</code></a></td>
Expand Down

0 comments on commit 7103cb0

Please sign in to comment.