fix typo on examples page

This commit is contained in:
Sheryl Hohman 2022-02-20 09:47:23 -08:00 committed by GitHub
parent 1590a44958
commit 4676dd5609
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -315,7 +315,7 @@ document.querySelector("#enable-button").addEventListener("click", function () {
<div class="box" id="box-event"></div>
<div class="info">
<h3>Tilt change event</h3>
<p>The tilt change event wil output the x,y & percentages of tilting.</p>
<p>The tilt change event will output the x,y & percentages of tilting.</p>
<pre><code class="language-javascript">let eventBox = document.querySelector("#box-event");
let outputContainer = document.querySelector(".output");
VanillaTilt.init(eventBox);