Fix typo in Privacy Privilege Manager guide 36/146536/1
authorEditor Lionbridge <TizenEditor.SEL@lionbridge.com>
Tue, 29 Aug 2017 08:35:27 +0000 (11:35 +0300)
committerEditor Lionbridge <TizenEditor.SEL@lionbridge.com>
Tue, 29 Aug 2017 08:35:27 +0000 (11:35 +0300)
Fixing the one typo in the PPM guide that was being worked on when the
line was merged.

Change-Id: Ib60c67f2c45cba55cbaad70da9228430dbe126bb

org.tizen.guides/html/native/security/requesting_permissions_n.htm

index 3fcfd51..b8ba57e 100644 (file)
@@ -157,7 +157,7 @@ void app_request_response_cb(ppm_call_cause_e cause, ppm_request_result_e result
 
 <div class="note">
 <strong>Note</strong>
-Since the privileges are grouped, the user's decision regarding one privilege applies to the whole group of related privileges. For example, if the user has granted permission to use the <code>http://tizen.org/privilege/account.read</code> privilege, permission is automatically granted to the <code>http://tizen.org/privilege/account.write</code> privilege also. Be aware that both privileges need to declared in the application manifest file. If you declare only one of them, the above rule does not apply.
+Since the privileges are grouped, the user's decision regarding one privilege applies to the whole group of related privileges. For example, if the user has granted permission to use the <code>http://tizen.org/privilege/account.read</code> privilege, permission is automatically granted to the <code>http://tizen.org/privilege/account.write</code> privilege also. Be aware that both privileges need to be declared in the application manifest file. If you declare only one of them, the above rule does not apply.
 </div>
                     <script type="text/javascript" src="../../scripts/jquery.zclip.min.js"></script>
                     <script type="text/javascript" src="../../scripts/showhide.js"></script>