Fix doc typo
authorJim Van Verth <jvanverth@google.com>
Tue, 13 Dec 2016 15:40:29 +0000 (10:40 -0500)
committerSkia Commit-Bot <skia-commit-bot@chromium.org>
Tue, 13 Dec 2016 15:43:48 +0000 (15:43 +0000)
NOTRY=true
DOCS_PREVIEW= https://skia.org/?cl=5942

Change-Id: I3861a4f56cd325b1bff322613d93c7b697492e75
Reviewed-on: https://skia-review.googlesource.com/5942
Commit-Queue: Jim Van Verth <jvanverth@google.com>
Reviewed-by: Heather Miller <hcm@google.com>
site/user/sample/viewer.md

index df4683e..758858d 100644 (file)
@@ -1,6 +1,6 @@
 Skia Viewer
 ==========================
-The Skia Viewer is another windowed app similar to SampleApp. It's main advantages over SampleApp is that it supports Vulkan on Linux, Windows and Android, and it uses a cleaner cross-platform windowing system, currently located in tools/viewer/sk_app. However, it is a work in progress, so it doesn't yet support all the features of SampleApp.
+The Skia Viewer is another windowed app similar to SampleApp. Its main advantages over SampleApp are that it supports Vulkan on Linux, Windows and Android, and it uses a cleaner cross-platform windowing system (currently located in tools/viewer/sk_app). However, it is a work in progress, so it doesn't yet support all the features of SampleApp.
 
 Like SampleApp, it displays a series of slides that exhibit specific features of the Skia system. It is mainly controlled using the keyboard: left (&#x2190;) and (&#x2192;) right arrows to move from slide to slide. Some slides require use resources stored outside the program. These resources are stored in the `<skia-path>/resources` directory.