Skip to content

Commit 4f93590

Browse files
authored
API docs: fix typo in reference (#1078)
1 parent d117f0c commit 4f93590

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/source/api.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@ Disabling severities allows the server to skip analysis for those, which can spe
688688
Notifications are available via :attr:`.ResultSummary.notifications` and :attr:`.ResultSummary.summary_notifications`.
689689
Further, they are surfaced through :attr:`.ResultSummary.gql_status_objects`:
690690
For GQL-aware servers, notifications are a subset of GqlStatusObjects.
691-
See also :attr:`.GqlSatusObject.is_notification`.
691+
See also :attr:`.GqlStatusObject.is_notification`.
692692

693693
:data:`None` will apply the server's default setting.
694694

@@ -714,7 +714,7 @@ Disabling categories allows the server to skip analysis for those, which can spe
714714

715715
Notifications are available via :attr:`.ResultSummary.notifications` and :attr:`.ResultSummary.summary_notifications`.
716716
Further, they are surfaced (alongside other status objects) through :attr:`.ResultSummary.gql_status_objects`:
717-
See also :attr:`.GqlSatusObject.is_notification`.
717+
See also :attr:`.GqlStatusObject.is_notification`.
718718

719719
:data:`None` will apply the server's default setting.
720720

@@ -1188,7 +1188,7 @@ Disabling severities allows the server to skip analysis for those, which can spe
11881188

11891189
Notifications are available via :attr:`.ResultSummary.notifications` and :attr:`.ResultSummary.summary_notifications`.
11901190
Further, they are surfaced (alongside other status objects) through :attr:`.ResultSummary.gql_status_objects`:
1191-
See also :attr:`.GqlSatusObject.is_notification`.
1191+
See also :attr:`.GqlStatusObject.is_notification`.
11921192

11931193
:data:`None` will apply the driver's configuration setting (:ref:`driver-notifications-min-severity-ref`).
11941194

@@ -1214,7 +1214,7 @@ Disabling categories allows the server to skip analysis for those, which can spe
12141214

12151215
Notifications are available via :attr:`.ResultSummary.notifications` and :attr:`.ResultSummary.summary_notifications`.
12161216
Further, they are surfaced (alongside other status objects) through :attr:`.ResultSummary.gql_status_objects`:
1217-
See also :attr:`.GqlSatusObject.is_notification`.
1217+
See also :attr:`.GqlStatusObject.is_notification`.
12181218

12191219
:data:`None` will apply the driver's configuration setting (:ref:`driver-notifications-disabled-categories-ref`).
12201220

0 commit comments

Comments
 (0)