Skip to content

Commit 76658e9

Browse files
giacomo-petripatrickhlaukembgower
authored
1.3.4 Orientation - Update Example 5: Piano App (#4528)
Closes: #771 Example 5, replaced > An example where orientation is essential could be a piano app that requires the device to be in landscape mode to allow room for enough of the piano keys to be functionally usable. with > An example where orientation is essential could be a piano app that requires the device to be in landscape mode allowing the piano keys to have enough room to be functionally usable. --------- Co-authored-by: Patrick H. Lauke <[email protected]> Co-authored-by: Mike Gower <[email protected]>
1 parent 886d333 commit 76658e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

understanding/21/orientation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ <h2>Examples</h2>
6262
<li><strong>Example 4: Check deposit in banking app</strong><br>
6363
An example where orientation is essential could be a banking app that requires the device be in landscape mode to easily and accurately capture an image of a check for deposit. These paper forms are typically about twice as wide as they are high.</li>
6464
<li><strong>Example 5: Piano app</strong><br>
65-
An example where orientation is essential could be a piano app that requires the device to be in landscape mode to allow room for enough of the piano keys to be functionally usable. Since a piano app is emulating a physical piano keyboard that needs to retain relative physical characteristics between keys, either too few keys would be available, or the keys would be much too narrow.</li>
65+
An example where orientation is essential could be a piano app that requires the device to be in landscape mode, allowing the piano keys to have enough room to be functionally usable. Since a piano app is emulating a physical piano keyboard that needs to retain relative physical characteristics between keys, either too few keys would be available, or the keys would be much too narrow.</li>
6666
</ul>
6767
</section>
6868
<section id="resources">

0 commit comments

Comments
 (0)