diff --git a/sing.html.markdown b/sing.html.markdown
index 50b52390..b455c0fe 100644
--- a/sing.html.markdown
+++ b/sing.html.markdown
@@ -243,8 +243,8 @@ private:
// How to declare a member function
fn AClass.is_ready() bool
{
- // inside a member function, members can be accessed thrugh the
- // this keyword and the field selector '.'
+ // inside a member function, members can be accessed through the
+ // 'this' keyword and the field selector '.'
return(this.public_var > 10);
}