Skip to content

Commit

Permalink
Merge pull request #1691 from varunsharma/master
Browse files Browse the repository at this point in the history
Fix minor typo in developer docs
  • Loading branch information
Mikhail Sobolev committed May 25, 2015
2 parents cf7c1ea + 09a7c94 commit c11b447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/docs/developer/www.rst
Expand Up @@ -38,7 +38,7 @@ Buildbot uses the Python setuptools entry-point mechanism to allow multiple pack
This allows frontend developers and users to build custom components for the web UI without hacking Buildbot itself.

Python development and AngularJS development are very different processes, requiring different environment requirements and skillsets.
To maimize hackability, Buildbot separates the two cleanly.
To maximize hackability, Buildbot separates the two cleanly.
An experienced AngularJS hacker should be quite comfortable in the :src:`www/` directory, with a few exceptions described below.
Similarly, an experienced Python hacker can simply download the pre-built web UI (from pypi!) and never venture near the :src:`www/` directory.

Expand Down

0 comments on commit c11b447

Please sign in to comment.