]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commit
Fixed wrong case in code sample. 9931/head
authorstrainger <strainger@users.noreply.github.com>
Wed, 5 Apr 2017 15:49:02 +0000 (10:49 -0500)
committerGitHub <noreply@github.com>
Wed, 5 Apr 2017 15:49:02 +0000 (10:49 -0500)
commitde25e03b4a393a3406ee71c5b52c9355a3f5b8af
tree9d187ac8e85027ab6540b1ee9ba2fca25e108f9b
parent27fdd86942168116a0d4c057b1e35ccb82a4af85
Fixed wrong case in code sample.

There were two instances where the wrong case was used in the "Off-canvas Position" section of the documentation. Instead of "Split" the example had "SPlit" which would still work, but is unclean. It is also an official Off-canvas example, so it could be spreading through test code for people learning Foundation and lead to confusion. I simply made the "P" lowercase on lines 140 and 146. I quoted the code below.

Before Fix line 140:
<button type="button" class="button" data-toggle="offCanvasLeftSPlit1">Open Left</button>

Before Fix 146:
<div class="off-canvas-absolute position-left" id="offCanvasLeftSPlit1" data-off-canvas>
docs/pages/off-canvas.md