Fixed inconsistency and typo in docs

This commit is contained in:
Casey Foster
2012-10-16 07:13:51 -07:00
parent 9df2b8d33c
commit a52fcb6ba7

View File

@@ -1573,8 +1573,8 @@ var book = Library.get(110);
<p id="Collection-getByCid">
<b class="header">getByCid</b><code>collection.getByCid(cid)</code>
<br />
Get a model from a collection, specified by
<a href="#Model-cid"><b>cid</b></a> or <b>model</b>.
Get a model from a collection, specified by a
<a href="#Model-cid"><b>cid</b></a> or a <b>model</b>.
</p>
<p id="Collection-at">
@@ -2702,7 +2702,7 @@ var model = localBackbone.Model.extend(...);
components such as in-line code comments and approvals for pull requests.
Mustache templates provide server and client-side rendering, while a custom
<a href="https://developers.google.com/closure/library/">Google Closure</a>
inspired life-cycle for widgets allows Bitbucketto decorate existing DOM
inspired life-cycle for widgets allows Bitbucket to decorate existing DOM
trees and insert new ones.
</p>