Skip to content

Commit 742a090

Browse files
committed
add special case
1 parent c72e050 commit 742a090

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

_typos.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,4 @@ childs = "childs" # Intentional variable name in mdx-defli
7272
aso = "aso" # Intentional variable name in utils.ts (short for "a sidebar order")
7373
MIGRATED_GETTING_STARTD_DOCS = "MIGRATED_GETTING_STARTD_DOCS" # Matches actual constant in Sentry backend (external)
7474
STARTD = "STARTD" # Part of MIGRATED_GETTING_STARTD_DOCS - needed because typos parses words in markdown text
75+
ERRO = "ERRO" # Special case - Part of "ERRORs" in legacy-sdk/integrations.mdx (logging level context)

docs/platforms/python/legacy-sdk/integrations.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1268,7 +1268,7 @@ To use with Sentry, use the Sentry handler tag:
12681268
</logger>
12691269
```
12701270

1271-
This configuration retains normal logging to a logfile, but adds Sentry logging for ERRORRs.
1271+
This configuration retains normal logging to a logfile, but adds Sentry logging for ERRORs.
12721272

12731273
All options of `raven.base.Client` are supported.
12741274

@@ -1338,7 +1338,7 @@ Zope has extensible logging configuration options. A basic instance (not ZEO cli
13381338
</eventlog>
13391339
```
13401340

1341-
This configuration retains normal logging to a logfile, but adds Sentry logging for ERRORRs.
1341+
This configuration retains normal logging to a logfile, but adds Sentry logging for ERRORs.
13421342

13431343
All options of `raven.base.Client` are supported.
13441344

0 commit comments

Comments
 (0)