Skip to content

Commit

Permalink
Fix missing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JSUYA committed May 24, 2024
1 parent 2e143e9 commit 386c736
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/wakelock/example/tizen/tizen-manifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest package="org.tizen.wakelock_tizen_example" version="1.0.0" api-version="6.0" xmlns="http://tizen.org/ns/packages">
<profile name="common"/>
<ui-application appid="org.tizen.wakelock_tizen_example" exec="Runner.dll" type="dotnet" multiple="false" taskmanage="true" nodisplay="false">
<label>wakelock_tizen_example</label>
<icon>ic_launcher.png</icon>
Expand Down
2 changes: 1 addition & 1 deletion tools/lib/src/tizen_sdk.dart
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class Profile {
/// ```dart
/// // TV device.
/// Profile.fromString('tv')
/// // Tv device with Tizen 6.0.
/// // TV device with Tizen 6.0.
/// Profile.fromString('tv-6.0')
/// ```
///
Expand Down

0 comments on commit 386c736

Please sign in to comment.