summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/process/documentation-guidelines.md4
-rw-r--r--web/react/components/user_settings/manage_outgoing_hooks.jsx1
2 files changed, 3 insertions, 2 deletions
diff --git a/doc/process/documentation-guidelines.md b/doc/process/documentation-guidelines.md
index f37f0c5fc..59ed0a445 100644
--- a/doc/process/documentation-guidelines.md
+++ b/doc/process/documentation-guidelines.md
@@ -49,7 +49,7 @@ Headings in markdown provide anchors that can be used to easily reference sub-se
##### Step 1: Add a heading
This makes things easier to reference via hyperlinks
##### Step 2: Link to headings
-So things are eariser to find
+So things are easier to find
----
##### Incorrect:
@@ -58,7 +58,7 @@ So things are eariser to find
**Step 1: Add a heading**
This makes things easier to reference via hyperlinks
**Step 2: Link to headings**
-So things are eariser to find
+So things are easier to find
----
### Use appropriate heading case
diff --git a/web/react/components/user_settings/manage_outgoing_hooks.jsx b/web/react/components/user_settings/manage_outgoing_hooks.jsx
index 93be988d1..c00449699 100644
--- a/web/react/components/user_settings/manage_outgoing_hooks.jsx
+++ b/web/react/components/user_settings/manage_outgoing_hooks.jsx
@@ -241,6 +241,7 @@ export default class ManageOutgoingHooks extends React.Component {
return (
<div key='addOutgoingHook'>
{'Create webhooks to send new message events to an external integration. Please see '}<a href='http://mattermost.org/webhooks'>{'http://mattermost.org/webhooks'}</a> {' to learn more.'}
+ <br/>
<label className='control-label'>{'Add a new outgoing webhook'}</label>
<div className='padding-top divider-light'></div>
<div className='padding-top'>