Skip to content

Commit

Permalink
docs: update for small typos (apache#16568)
Browse files Browse the repository at this point in the history
  • Loading branch information
joeADSP authored and Emmanuel Bavoux committed Nov 14, 2021
1 parent cb21946 commit c76e8e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/pages/docs/security-page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ route: /docs/security
### Roles

Security in Superset is handled by Flask AppBuilder (FAB), an application development framework
built on top of Flask.”. FAB provides authentication, user management, permissions and roles.
built on top of Flask. FAB provides authentication, user management, permissions and roles.
Please read its [Security documentation](https://flask-appbuilder.readthedocs.io/en/latest/security.html).

### Provided Roles

Superset ships with a set of roles that are handled by Superset itself. You can assume
that these roles will stay up-to-date as Superset evolves (and as you update Superset versions).

Even though **Admin** users have the ability, we don't recommend that altering the
Even though **Admin** users have the ability, we don't recommend altering the
permissions associated with each role (e.g. by removing or adding permissions to them). The permissions
associated with each role will be re-synchronized to their original values when you run
the **superset init** command (often done between Superset versions).
Expand Down

0 comments on commit c76e8e5

Please sign in to comment.