Fix typos in Horizon files

Change-Id: If2c4ebfa474270761e6af59e79ae24521c704700
This commit is contained in:
Nguyen Hung Phuong 2016-03-31 08:45:42 +07:00
parent 56f5ccf63a
commit 8ea75adf13
3 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ There are multiple components in our JavaScript testing framework:
* `PhantomJS`_ provides a headless WebKit (the browser engine). This gives us
native support for many web features without relying on specific browsers
being installed.
* `ESLint`_ is a pluggable code linting utilty. This will catch small errors
* `ESLint`_ is a pluggable code linting utility. This will catch small errors
and inconsistencies in your JS, which may lead to bigger issues later on.
See :ref:`js_code_style` for more detail.

View File

@ -488,7 +488,7 @@ Default: ``"themes"``
This setting tells Horizon which static directory to collect the
available themes into, and therefore which URL points to the theme
colleciton root. For example, the default theme would be accessible
collection root. For example, the default theme would be accessible
via ``/{{ STATIC_URL }}/themes/default``.
``THEME_COOKIE_NAME``

View File

@ -532,7 +532,7 @@ Given the mixture of these entities in existing dashboards, it was decided that:
to a Panel level if that Panel has several tabs (i.e., only terminal levels could be
navigated to).
As you might have noticed, method name components are choosen from normalized items of
As you might have noticed, method name components are chosen from normalized items of
the `CORE_PAGE_STRUCTURE` dictionary, where normalization means replacing spaces with `_`
symbol and `&` symbol with `and`, then downcasing all symbols.