aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
diff options
context:
space:
mode:
authorGravatar Jim Van Verth <jvanverth@google.com>2016-12-13 10:40:29 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2016-12-13 15:43:48 +0000
commit18b4f981aeda10ab403208538bc732f31b56a094 (patch)
tree052f42e5f24048de623bf825385f1bde3d325cdc /site
parent82125e9aa22b17e540edd6963781e56031c9b221 (diff)
Fix doc typo
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>
Diffstat (limited to 'site')
-rw-r--r--site/user/sample/viewer.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/user/sample/viewer.md b/site/user/sample/viewer.md
index df4683ec9f..758858d50e 100644
--- a/site/user/sample/viewer.md
+++ b/site/user/sample/viewer.md
@@ -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.