From 18b4f981aeda10ab403208538bc732f31b56a094 Mon Sep 17 00:00:00 2001 From: Jim Van Verth Date: Tue, 13 Dec 2016 10:40:29 -0500 Subject: [PATCH] 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 Reviewed-by: Heather Miller --- site/user/sample/viewer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (←) and (→) right arrows to move from slide to slide. Some slides require use resources stored outside the program. These resources are stored in the `/resources` directory.