Skip to content

Commit

Permalink
refactor: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicky Lenaers committed Sep 11, 2018
1 parent e7357ad commit 8b811b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export class AppModule { }
<!-- Works for excluding '#' -->
<button [ngx-scroll-to]="'destination'">Go to destination</button>

<!-- Works for angular ElementRef -->
<!-- Works for Angular ElementRef -->
<button [ngx-scroll-to]="destinationRef">Go to destination</button>

<div id="destination" #destinationRef>
Expand Down

0 comments on commit 8b811b4

Please sign in to comment.