diff --git a/raphael.js b/raphael.js
index 202cd61..68c02a0 100644
--- a/raphael.js
+++ b/raphael.js
@@ -6487,7 +6487,7 @@ window.Raphael && window.Raphael.svg && function (R) {
* Element.remove
[ method ]
**
- * Removes element form the paper.
+ * Removes element from the paper.
\*/
elproto.remove = function () {
if (this.removed || !this.node.parentNode) {
@@ -6546,7 +6546,7 @@ window.Raphael && window.Raphael.svg && function (R) {
= (object) object of attributes if nothing is passed in.
> Possible parameters
#
Please refer to the SVG specification for an explanation of these parameters.
- o arrow-end (string) arrowhead on the end of the path. The format for string is `[-[-]]`. Possible types: `classic`, `block`, `open`, `oval`, `diamond`, `none`, width: `wide`, `narrow`, `midium`, length: `long`, `short`, `midium`.
+ o arrow-end (string) arrowhead on the end of the path. The format for string is `[-[-]]`. Possible types: `classic`, `block`, `open`, `oval`, `diamond`, `none`, width: `wide`, `narrow`, `medium`, length: `long`, `short`, `midium`.
o clip-rect (string) comma or space separated values: x, y, width and height
o cursor (string) CSS type of the cursor
o cx (number) the x-axis coordinate of the center of the circle, or ellipse
diff --git a/raphael.svg.js b/raphael.svg.js
index 26edb67..792287b 100644
--- a/raphael.svg.js
+++ b/raphael.svg.js
@@ -865,7 +865,7 @@ window.Raphael && window.Raphael.svg && function (R) {
* Element.remove
[ method ]
**
- * Removes element form the paper.
+ * Removes element from the paper.
\*/
elproto.remove = function () {
if (this.removed || !this.node.parentNode) {
@@ -924,7 +924,7 @@ window.Raphael && window.Raphael.svg && function (R) {
= (object) object of attributes if nothing is passed in.
> Possible parameters
# Please refer to the SVG specification for an explanation of these parameters.
- o arrow-end (string) arrowhead on the end of the path. The format for string is `[-[-]]`. Possible types: `classic`, `block`, `open`, `oval`, `diamond`, `none`, width: `wide`, `narrow`, `midium`, length: `long`, `short`, `midium`.
+ o arrow-end (string) arrowhead on the end of the path. The format for string is `[-[-]]`. Possible types: `classic`, `block`, `open`, `oval`, `diamond`, `none`, width: `wide`, `narrow`, `medium`, length: `long`, `short`, `midium`.
o clip-rect (string) comma or space separated values: x, y, width and height
o cursor (string) CSS type of the cursor
o cx (number) the x-axis coordinate of the center of the circle, or ellipse