From b3d32b22157f47d3046721e0fca04f42f0644228 Mon Sep 17 00:00:00 2001 From: Robsdedude Date: Thu, 1 Aug 2024 12:54:18 +0200 Subject: [PATCH] API docs: fix typo in reference --- docs/source/api.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/api.rst b/docs/source/api.rst index e44448f0..b6d0957a 100644 --- a/docs/source/api.rst +++ b/docs/source/api.rst @@ -688,7 +688,7 @@ Disabling severities allows the server to skip analysis for those, which can spe Notifications are available via :attr:`.ResultSummary.notifications` and :attr:`.ResultSummary.summary_notifications`. Further, they are surfaced through :attr:`.ResultSummary.gql_status_objects`: For GQL-aware servers, notifications are a subset of GqlStatusObjects. -See also :attr:`.GqlSatusObject.is_notification`. +See also :attr:`.GqlStatusObject.is_notification`. :data:`None` will apply the server's default setting. @@ -714,7 +714,7 @@ Disabling categories allows the server to skip analysis for those, which can spe Notifications are available via :attr:`.ResultSummary.notifications` and :attr:`.ResultSummary.summary_notifications`. Further, they are surfaced (alongside other status objects) through :attr:`.ResultSummary.gql_status_objects`: -See also :attr:`.GqlSatusObject.is_notification`. +See also :attr:`.GqlStatusObject.is_notification`. :data:`None` will apply the server's default setting. @@ -1188,7 +1188,7 @@ Disabling severities allows the server to skip analysis for those, which can spe Notifications are available via :attr:`.ResultSummary.notifications` and :attr:`.ResultSummary.summary_notifications`. Further, they are surfaced (alongside other status objects) through :attr:`.ResultSummary.gql_status_objects`: -See also :attr:`.GqlSatusObject.is_notification`. +See also :attr:`.GqlStatusObject.is_notification`. :data:`None` will apply the driver's configuration setting (:ref:`driver-notifications-min-severity-ref`). @@ -1214,7 +1214,7 @@ Disabling categories allows the server to skip analysis for those, which can spe Notifications are available via :attr:`.ResultSummary.notifications` and :attr:`.ResultSummary.summary_notifications`. Further, they are surfaced (alongside other status objects) through :attr:`.ResultSummary.gql_status_objects`: -See also :attr:`.GqlSatusObject.is_notification`. +See also :attr:`.GqlStatusObject.is_notification`. :data:`None` will apply the driver's configuration setting (:ref:`driver-notifications-disabled-categories-ref`).