Skip to content

Commit 3c28ee3

Browse files
committed
Well that’s a funny typo
1 parent 04a57e7 commit 3c28ee3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1798,7 +1798,7 @@ <h4 class="exercise-start">
17981798
</code></pre>
17991799
<div class="exercise-end"></div>
18001800

1801-
<p>And with that, your status bar is not translucent on iOS and Android:</p>
1801+
<p>And with that, your status bar is now translucent on iOS and Android:</p>
18021802
<p><img src="images/chapter6/android/3.png" alt="Updated status bar on Android">
18031803
<img src="images/chapter6/ios/3.png" alt="Updated status bar on iOS"></p>
18041804
<p>And... that&#39;s it! You&#39;ve created a functional, cross-platform, backend-driven app to manage your grocery list. In the process you&#39;ve created a unique UI for Android and iOS, leveraged NativeScript plugins and npm modules, learned how to log in and register, managed backend services, created a list with add and delete functionality, and more. </p>

src/chapters/chapter6.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ Page {
176176

177177
<div class="exercise-end"></div>
178178

179-
And with that, your status bar is not translucent on iOS and Android:
179+
And with that, your status bar is now translucent on iOS and Android:
180180

181181
![Updated status bar on Android](images/chapter6/android/3.png)
182182
![Updated status bar on iOS](images/chapter6/ios/3.png)

0 commit comments

Comments
 (0)