From 9844c2e526e99e6953c9cd5be3d814bbfd6a8649 Mon Sep 17 00:00:00 2001 From: br0sk Date: Tue, 7 May 2013 08:41:33 +0200 Subject: [PATCH] Fixed typo --- docs/guide/upgrade-from-v1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/upgrade-from-v1.md b/docs/guide/upgrade-from-v1.md index b9365e5026..1e044cd816 100644 --- a/docs/guide/upgrade-from-v1.md +++ b/docs/guide/upgrade-from-v1.md @@ -26,7 +26,7 @@ via getters and setters. The `Component` class extends from `Object` and support the event feature and the behavior feature. If your class does not need the event or behavior feature, you should consider using -`Object` as the based class. This is usually the case for classes that represent basic +`Object` as the base class. This is usually the case for classes that represent basic data structures.