Skip to content

Commit 2092b33

Browse files
naoto0n2flovilmart
authored andcommitted
docs(Swift): Fix comment of App Extensions (#391)
1 parent 0a6d8b3 commit 2092b33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/ios/extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Parse.setApplicationId("<ParseAppId>", clientKey: "<ClientKey>")
5050
[Parse setApplicationId:@"<ParseAppId>" clientKey:@"<ClientKey>"];
5151
</code></pre>
5252
<pre><code class="swift">
53-
// Enable data sharing in main app.
53+
// Enable data sharing in app extensions.
5454
Parse.enableDataSharingWithApplicationGroupIdentifier("group.com.parse.parseuidemo",
5555
containingApplicaiton: "com.parse.parseuidemo")
5656
// Setup Parse

0 commit comments

Comments
 (0)