diff --git a/public/docs/js/latest/guide/_data.json b/public/docs/js/latest/guide/_data.json
index 09c551c1c3..cfd13a7df1 100644
--- a/public/docs/js/latest/guide/_data.json
+++ b/public/docs/js/latest/guide/_data.json
@@ -16,7 +16,7 @@
"user-input": {
"title": "User Input",
- "intro": "DOM events drive user input in Angular. You can use the native events you're used to like click, mouseover, and keyup. Angular uses a special syntax to register events to DOM elements."
+ "intro": "DOM events drive user input in Angular. You can use the native events like click, mouseover, and keyup. Angular uses a special syntax to register events to DOM elements. This section covers all of the ins and outs of using the event syntax."
},
"making-components": {
diff --git a/public/docs/js/latest/guide/making-components.jade b/public/docs/js/latest/guide/making-components.jade
index 3b782d5c2b..a4e3e29bf8 100644
--- a/public/docs/js/latest/guide/making-components.jade
+++ b/public/docs/js/latest/guide/making-components.jade
@@ -90,4 +90,4 @@
p.
Notice that in addition to using the <child>
element in the parent template, you also need to
- add ChildComponent
in ParentComponent
's list of directives
+ add ChildComponent
in ParentComponent
's list of directives.
diff --git a/public/resources/css/module/_statement.scss b/public/resources/css/module/_statement.scss
index 836bdfd1fc..88a3188826 100644
--- a/public/resources/css/module/_statement.scss
+++ b/public/resources/css/module/_statement.scss
@@ -1,6 +1,6 @@
.statement {
background: $mist;
padding: 20px 20px 10px 20px;
- margin-bottom: 20px;
+ margin-bottom: 40px;
border-radius: 6px;
}