diff --git a/client/src/pages/guide/english/svg/index.md b/client/src/pages/guide/english/svg/index.md
index e529f89e36..09f4e8960a 100644
--- a/client/src/pages/guide/english/svg/index.md
+++ b/client/src/pages/guide/english/svg/index.md
@@ -12,9 +12,9 @@ Developers start an SVG graphic with the `
```
-The sample also includes a `version` attribute. The `version` attribute is optional but it is recommended for complaince with XML specifications.
+The sample also includes a `version` attribute. The `version` attribute is optional but it is recommended for compliance with XML specifications.
-This sample won't display anything, it merely established a viewport. You can add `height` and `width` attributes to set a display size for the viewport this essentially establishes a canvas for you to work in.
+This sample won't display anything, it merely established a viewport. You can add `height` and `width` attributes to set a display size for the viewport, this essentially establishes a canvas for you to work in.
With a viewport in place you can add basic graphics, text, and path elements.
@@ -64,8 +64,8 @@ A = arc
### The canvas element
-Canvas graphics can be drawn onto a