Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Mar 4, 2017
1 parent 473a8c8 commit a7f14c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/installation.rst
Expand Up @@ -383,9 +383,9 @@ Blueprints
----------

`Blueprints are Flask's reusable apps <http://flask.pocoo.org/docs/0.12/blueprints/>`_.
Superset allows you to specify
pass an array of Blueprints in your ``superset_config`` module. Here's
an example on how this can work with an simple Blueprint. By doing
Superset allows you to specify an array of Blueprints
an array of Blueprints in your ``superset_config`` module. Here's
an example on how this can work with a simple Blueprint. By doing
so, you can expect Superset to serve a page that says "OK"
at the ``/simple_page`` url. This can allow you to run other things such
as custom data visualization applications alongside Superset, on the
Expand Down

0 comments on commit a7f14c2

Please sign in to comment.