Browse Source

s/equivilent/equivalent/g

pull/795/head
Joe Germuska 10 years ago
parent
commit
785e72c340
  1. 2
      README.markdown
  2. 2
      website/templates/_make.html

2
README.markdown

@ -232,7 +232,7 @@ You can tell TimelineJS to start at a specific slide number
###Start Zoom Adjust ###Start Zoom Adjust
`start_zoom_adjust` `start_zoom_adjust`
This will tweak the default zoom level. Equivilent to pressing the zoom in or zoom out button the specified number of times. Negative numbers zoom out. This will tweak the default zoom level. Equivalent to pressing the zoom in or zoom out button the specified number of times. Negative numbers zoom out.
*default is 0* *default is 0*
###Hash Bookmark ###Hash Bookmark

2
website/templates/_make.html

@ -207,7 +207,7 @@
<label class="control-label">Adjust the default calculated zoom level</label> <label class="control-label">Adjust the default calculated zoom level</label>
<div class="controls"> <div class="controls">
<input id="embed-startzoomadjust" type="text" value="0" placeholder="0" class="input-mini"> <input id="embed-startzoomadjust" type="text" value="0" placeholder="0" class="input-mini">
<p class="help-block">This will tweak the default zoom level. Equivilent to pressing the zoom in or zoom out button the specified number of times. Negative numbers zoom out.</p> <p class="help-block">This will tweak the default zoom level. Equivalent to pressing the zoom in or zoom out button the specified number of times. Negative numbers zoom out.</p>
</div> </div>
</div> </div>
<!-- Start at Slide--> <!-- Start at Slide-->

Loading…
Cancel
Save