Skip to content

Commit

Permalink
Fix error caught by proofreading
Browse files Browse the repository at this point in the history
  • Loading branch information
seancolsen committed Nov 21, 2024
1 parent 850af25 commit 71f92e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ You can self-host Mathesar by following one of the guides below:

## Help out

- [Make a donation](https://mathesar.org/donate) - We're a non-profit and your donations help sustain our core team.
- [Make a donation](https://mathesar.org/donate) - We're a non-profit organization and your donations help sustain our core team.
- [Help build Mathesar](https://github.com/mathesar-foundation/mathesar/blob/develop/CONTRIBUTING.md) - As an open source project, we actively encourage contribution!

2 changes: 1 addition & 1 deletion docs/docs/user-guide/access-control.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ To manage access to data, Mathesar utilizes PostgreSQL's powerful role-based per

Here's how it works:

1. Within PostgreSQL, privileges on data can be granted to different **[PostgreSQL roles](./roles.md)** at a granular level. Mathesar respects theses privileges and also exposes functionality for you to see and modify them via [Database Permissions](./databases.md#permissions), [Table Permissions](./tables.md#permissions), and [Column Permissions](./columns.md#permissions).
1. Within PostgreSQL, privileges on data can be granted to different **[PostgreSQL roles](./roles.md)** at a granular level. Mathesar respects these privileges and also exposes functionality for you to see and modify them via [Database Permissions](./databases.md#permissions), [Table Permissions](./tables.md#permissions), and [Column Permissions](./columns.md#permissions).

1. Each **[Mathesar user](./users.md)** accesses a database through a specific PostgreSQL role. The user's access is determined by the role's privileges within PostgreSQL.

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/user-guide/collaborators.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The Collaborators section allows you to add and remove collaborators and edit th

- If the user is a Mathesar [admin](./users.md#admin), they'll be able to gain access again.
- The user will still remain in Mathesar, potentially with access to other Databases.
- The role (and it's corresponding password) will still remain configured in Mathesar.
- The role (and its corresponding password) will still remain configured in Mathesar.
- The role will still remain on the PostgreSQL server.


Expand Down

0 comments on commit 71f92e8

Please sign in to comment.