From 71f92e875bea021042c2ea4a8f69f21d8455f117 Mon Sep 17 00:00:00 2001 From: Sean Colsen Date: Thu, 21 Nov 2024 14:21:41 -0500 Subject: [PATCH] Fix error caught by proofreading --- docs/docs/index.md | 2 +- docs/docs/user-guide/access-control.md | 2 +- docs/docs/user-guide/collaborators.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/index.md b/docs/docs/index.md index d7a65ab14b..1a31b9415c 100644 --- a/docs/docs/index.md +++ b/docs/docs/index.md @@ -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! diff --git a/docs/docs/user-guide/access-control.md b/docs/docs/user-guide/access-control.md index 4f8fb10d27..85c30b875c 100644 --- a/docs/docs/user-guide/access-control.md +++ b/docs/docs/user-guide/access-control.md @@ -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. diff --git a/docs/docs/user-guide/collaborators.md b/docs/docs/user-guide/collaborators.md index 8b8586fe82..6899ac22ff 100644 --- a/docs/docs/user-guide/collaborators.md +++ b/docs/docs/user-guide/collaborators.md @@ -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.