Skip to content

Commit f2504fa

Browse files
authored
Merge pull request #38 from garciadev/patch-2
Update readme.md
2 parents 2be18ab + ab016bc commit f2504fa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

readme.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Welcome To The ColdBox Debugger Module
44

5-
The ColdBox Debugger module is a light-weight performance monitor and profiling tool for ColdBox applications. It can generate a nice debugging panel on every rendered page or a dedicated visualizer to make your ColdBox application development nicer, funer and greater! Yes, funer is a word!
5+
The ColdBox Debugger module is a light-weight performance monitor and profiling tool for ColdBox applications. It can generate a nice debugging panel on every rendered page or a dedicated visualizer to make your ColdBox application development nicer, funner and greater! Yes, funner is a word!
66

77
<p align="center">
88
<img src="https://raw.githubusercontent.com/coldbox-modules/cbdebugger/development/test-harness/includes/images/debugger-visualizer.png">
@@ -35,7 +35,7 @@ The ColdBox debugger is a light-weigth performance monitor and profiler for your
3535
- Tap into LogBox via our Tracer messages and discover logging on a per request basis
3636
- Profile execution and results of **ANY** model object
3737
- Profile execution of **ANY** ColdBox interception point
38-
- Custom Timer helpers for adding timing methods and annotations anywhere in -our code
38+
- Custom Timer helpers for adding timing methods and annotations anywhere in your code
3939
- Profile your production or development apps with ease
4040
- Track ColdBox modules and lifecycles
4141
- Highly configurable
@@ -82,7 +82,7 @@ This will activate the debugger in your application and render out at the end of
8282

8383
## Settings
8484

85-
The debugger is highly configurable and we have tons of settings to assist you in your development adventures and also in your performance tuning adventures. Please note that the more collectors you activate, the **slower** your application can become. By default we have pre-selected defaults which add neglible performance to your applications.
85+
The debugger is highly configurable and we have tons of settings to assist you in your development adventures and also in your performance tuning. Please note that the more collectors you activate, the **slower** your application can become. By default we have pre-selected defaults which add neglible performance to your applications.
8686

8787
Open your `config/coldbox.cfc` configuration object and add into the `moduleSettings` the `cbDebugger` key with the following options:
8888

@@ -98,8 +98,8 @@ moduleSettings = {
9898
debugMode : true,
9999
// The URL password to use to activate it on demand
100100
debugPassword : "cb:null",
101-
// This flag enables/disables the end of request debugger panel docked to the bottem of the page.
102-
// If you disable i, then the only way to visualize the debugger is via the `/cbdebugger` endpoint
101+
// This flag enables/disables the end of request debugger panel docked to the bottom of the page.
102+
// If you disable it, then the only way to visualize the debugger is via the `/cbdebugger` endpoint
103103
requestPanelDock : true,
104104
// Request Tracker Options
105105
requestTracker : {

0 commit comments

Comments
 (0)