From e478f386f645929ad5e2395d3ce2994359c44f90 Mon Sep 17 00:00:00 2001 From: Benjamin Port Date: Thu, 10 Aug 2023 08:29:39 +0200 Subject: [PATCH] doc: fix typo --- doc/mql.rst | 2 +- doc/security.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/mql.rst b/doc/mql.rst index 52be7c7..0d69636 100644 --- a/doc/mql.rst +++ b/doc/mql.rst @@ -111,7 +111,7 @@ One can add fields from related instances at the beginning of the query. :: SELECT name, server.dns FROM INSTANCES WHERE ... -This will only give two attributes: the name of the compoennt instance, and the dns of the server the instance runs on. +This will only give two attributes: the name of the component instance, and the dns of the server the instance runs on. .. warning:: this is not efficient. Using computed fields is far better. diff --git a/doc/security.rst b/doc/security.rst index 6efdb56..b7d98ce 100644 --- a/doc/security.rst +++ b/doc/security.rst @@ -10,7 +10,7 @@ A middleware can be enabled inside MAGE settings (a line to uncomment) in order The following permissions are defined at project level and are always applied (even to anonymous users): -* sensitive data (fields marked as such in the compoennt description, usually password-like fields) are only available to accounts with the `allfields_componentinstance` permission. +* sensitive data (fields marked as such in the component description, usually password-like fields) are only available to accounts with the `allfields_componentinstance` permission. * uploading a new delivery requires the `modify_delivery` permission * modifying an environment requires the `modify_project` permission