From d1a84673eb6de1628ff4bdbc2a26f0c0f8aa771b Mon Sep 17 00:00:00 2001 From: Bruno Garcia Date: Tue, 12 Mar 2019 14:05:14 +0100 Subject: [PATCH] fix: Breadrumb levels match event --- .../development/sdk-dev/interfaces/breadcrumbs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/collections/_documentation/development/sdk-dev/interfaces/breadcrumbs.md b/src/collections/_documentation/development/sdk-dev/interfaces/breadcrumbs.md index 4f274fa2e2362..e14e396d4f604 100644 --- a/src/collections/_documentation/development/sdk-dev/interfaces/breadcrumbs.md +++ b/src/collections/_documentation/development/sdk-dev/interfaces/breadcrumbs.md @@ -49,7 +49,7 @@ are rendered as a key/value table. `level` : _Optional_. This defines the severity level of the breadcrumb. Allowed values -are, from highest to lowest: `critical`, `error`, `warning`, `info` and `debug`. +are, from highest to lowest: `fatal`, `error`, `warning`, `info` and `debug`. Levels are used in the UI to emphasize and deemphasize the crumb. Defaults to `info`.