Skip to content

Commit a0beb07

Browse files
committed
Fix typos and punctuation
1 parent 8e408fb commit a0beb07

File tree

5 files changed

+17
-17
lines changed

5 files changed

+17
-17
lines changed

Diff for: theoplayer/getting-started/01-sdks/08-tizen/00-getting-started.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ You may also find the [Getting Started on Web](../01-web/00-getting-started.mdx)
1010

1111
## Set-up
1212

13-
For brevity, set-up is split up over multiple pages:
13+
For brevity, the set-up is split up over multiple pages:
1414

1515
- [Setting up Tizen Studio](01-installing-tizen-studio.md)
1616
- [Generating a certificate](02-generating-a-certificate.md)
@@ -24,13 +24,13 @@ For brevity, set-up is split up over multiple pages:
2424
- Generate a Tizen SDK build via the [THEOplayer portal](https://portal.theoplayer.com/).
2525
- Download the [reference app project](https://github.com/THEOplayer/samples-tizen)
2626
- Read the README to get started. There is one at the root level and one in the two examples.
27-
- Import the project in Tizen Studio
27+
- Import the project in Tizen Studio.
2828

29-
Go to File -> Open Projects from File System
29+
Go to File -> Open Projects from File System.
3030

3131
![](../../../assets/img/import-1.jpg)
3232

33-
Select the directory. Then press Finish.
33+
Select the directory, then press Finish.
3434

3535
![](../../../assets/img/import-2.jpg)
3636

@@ -45,7 +45,7 @@ Select the directory. Then press Finish.
4545
- **src/**
4646
- The source code of the UI application. Change or replace as desired.
4747
- **libs/**
48-
- (Insert your THEOplayer Tizen SDK here)
48+
- (Insert your THEOplayer Tizen SDK here).
4949
- **index.html**
5050
- Entry point of application.
5151
- **config.xml**
@@ -55,7 +55,7 @@ Select the directory. Then press Finish.
5555
- **minimum-example/**
5656
- Contains a very minimal Tizen project example. No UI included.
5757
- **libs/**
58-
- (Insert your THEOplayer Tizen SDK here)
58+
- (Insert your THEOplayer Tizen SDK here).
5959
- **index.html**
6060
- Entry point of application.
6161
- **config.xml**

Diff for: theoplayer/getting-started/01-sdks/08-tizen/01-installing-tizen-studio.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ empty warning message might show up that stops you from completing the installat
1515

1616
![](../../../assets/img/tizen-extensions-2.jpg)
1717

18-
Install the latest tv extensions under Extension SDK
18+
Install the latest tv extensions under Extension SDK.
1919

2020
![](../../../assets/img/tizen-extensions-3.jpg)

Diff for: theoplayer/getting-started/01-sdks/08-tizen/02-generating-a-certificate.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ Go to Tools → Certificate Manager
66

77
![](../../../assets/img/tizen-certificate-1.jpg)
88

9-
In the Certificate Manager click the Add (plus) button to generate a new certificate.
9+
In the Certificate Manager, click the Add (plus) button to generate a new certificate.
1010

1111
![](../../../assets/img/tizen-certificate-2.jpg)
1212

13-
Generate a Tizen Certificate
13+
Generate a Tizen Certificate.
1414

1515
![](../../../assets/img/tizen-certificate-3.jpg)
1616

17-
Give your certificate a profile name (name is free to pick)
17+
Give your certificate a profile name (name is free to pick).
1818

1919
![](../../../assets/img/tizen-certificate-4.jpg)
2020

@@ -26,7 +26,7 @@ If you decided to create a new author certificate, you will get this screen. Fil
2626

2727
![](../../../assets/img/tizen-certificate-6.jpg)
2828

29-
Pick “Use the default Tizen distributor certificate”
29+
Pick “Use the default Tizen distributor certificate”.
3030

3131
![](../../../assets/img/tizen-certificate-7.jpg)
3232

Diff for: theoplayer/getting-started/01-sdks/08-tizen/03-setting-up-physical.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Both the physical Tizen device as the development computer must be on the same n
66

77
### Tizen device
88

9-
- go to the home menu (home button) and navigate to apps. Launch it.
9+
- Go to the home menu (home button) and navigate to apps. Launch it.
1010
- Use the 123-key (or numbers) to type 12345. A menu will prompt.
1111
- Enable Developer mode.
1212
- Type in the local IP-address of the laptop you want to deploy a build from. They must be on the same network.
@@ -16,9 +16,9 @@ Both the physical Tizen device as the development computer must be on the same n
1616

1717
- Go to Tizen Studio. Open Tools -> Device Manager.
1818
- Open Remote Device Manager (the icon with a pc and a smart tv)
19-
- Add Tizen device via its IP-address, connect and confirm
20-
- The Tizen IP-address can be found under Settings -> General -> Network -> Network Status -> IP Settings
21-
- Enable connection with remote device
19+
- Add Tizen device via its IP-address, connect and confirm.
20+
- The Tizen IP-address can be found under Settings -> General -> Network -> Network Status -> IP Settings.
21+
- Enable connection with remote device.
2222

2323
## Launching on a physical Tizen device
2424

Diff for: theoplayer/getting-started/01-sdks/08-tizen/04-setting-up-emulator.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ We strongly recommend using a physical Tizen device. If this is not possible, us
1717
## Known limitations of emulators:
1818

1919
- AVPlay is unavailable.
20-
- DRM is unavable due to no Content Decryption Module (CDM)
21-
- manifest.json permissions are ignored for emulators. Make sure to test on a physical device, as they are more strict.
20+
- DRM is unavailable due to a missing Content Decryption Module (CDM).
21+
- `manifest.json` permissions are ignored for emulators. Make sure to test on a physical device, as they are more strict.

0 commit comments

Comments
 (0)