From: Jim Van Verth Date: Tue, 13 Dec 2016 15:40:29 +0000 (-0500) Subject: Fix doc typo X-Git-Tag: accepted/tizen/5.0/unified/20181102.025319~55^2~1240 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=18b4f981aeda10ab403208538bc732f31b56a094;p=platform%2Fupstream%2FlibSkiaSharp.git 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 --- diff --git a/site/user/sample/viewer.md b/site/user/sample/viewer.md index df4683e..758858d 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.