From c9470e45c0354811d4847c5d821d98b9848109fd Mon Sep 17 00:00:00 2001 From: Michael Born <8106227+michaelborn@users.noreply.github.com> Date: Fri, 11 Dec 2020 11:13:24 -0500 Subject: [PATCH] docs: Fix readme "presentd" typo in security visualizer docs --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 5460e7a..a2c72b3 100644 --- a/readme.md +++ b/readme.md @@ -433,7 +433,7 @@ You will receive the following data in the `interceptData` struct: ## Security Visualizer -This module also ships with a security visualizer that will document all your security rules and your settings in a nice panel. In order to activate it you must add the `enableSecurityVisualizer` setting to your config and mark it as `true`. Once enabled you can navigate to: `/cbsecurity` and you will be presentd with the visualizer. +This module also ships with a security visualizer that will document all your security rules and your settings in a nice panel. In order to activate it you must add the `enableSecurityVisualizer` setting to your config and mark it as `true`. Once enabled you can navigate to: `/cbsecurity` and you will be presented with the visualizer. > **Important** The visualizer is disabled by default and if it detects an environment of production, it will disable itself.