aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
diff options
context:
space:
mode:
authorGravatar halcanary <halcanary@google.com>2015-07-31 12:02:18 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-07-31 12:02:18 -0700
commitec994b65be292cd43cc0003ec91bae7c19d773aa (patch)
tree124e077f79bbe5e5b0339b29b329864a660d1a9a /site
parent82314e9578aebc9ef90abcc330358738b9ea12f7 (diff)
Documentation spelling error
BUG=skia:4157 NOTRY=true TBR= Review URL: https://codereview.chromium.org/1267843002
Diffstat (limited to 'site')
-rw-r--r--site/user/api/skpaint.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/user/api/skpaint.md b/site/user/api/skpaint.md
index 3c318eddb2..4c9793dc12 100644
--- a/site/user/api/skpaint.md
+++ b/site/user/api/skpaint.md
@@ -149,7 +149,7 @@ SkXfermode
The following example demonstrates all of the Skia's standard transfer
modes. In this example the source is a solid magenta color with a
-horizonatal alpha gradient and the destination is a solid cyan color
+horizontal alpha gradient and the destination is a solid cyan color
with a vertical alpha gradient.
<!--?prettify lang=cc?-->