integrations: fix typos in Bitbucket integration instructions.

(imported from commit 0ccdd670eabab8742f8cfa52b37465ec38f40b83)
This commit is contained in:
Jessica McKellar
2013-09-03 12:00:32 -04:00
parent 6eeeb631c3
commit 8c4ebb83aa

View File

@@ -131,7 +131,7 @@
<div id="bitbucket" class="integration">
<h4>Bitbucket</h4>
<p>Zulip supports both Git and Mercural notifications from Bitbucket.</p>
<p>Zulip supports both Git and Mercurial notifications from Bitbucket.</p>
<p>First, create the stream you'd like to use for Bitbucket notifications,
and subscribe all interested parties to this stream. The integration will
@@ -139,7 +139,7 @@
hook; you still need to create the stream even if you are using this
default.</p>
<p>Next, from your repository's web page, go to the Administraion page and choose Hooks on the left-hand side.
<p>Next, from your repository's web page, go to the Administration page and choose Hooks on the left-hand side.
Choose the <code>POST</code> hook from the list presented and click "Add hook." Make sure to replace the <code>@</code> in the bot's email address with <code>%40</code>,
as Bitbucket will not execute the hook if the username contains a <code>@</code>.</p>