From b68dbf8cd4a8111dd4ccef56b8e2e3d463c5aadc Mon Sep 17 00:00:00 2001 From: Mohammad Asad Siddiqui Date: Sat, 13 May 2017 05:24:14 +0530 Subject: [PATCH] Fix typo (#455) Enables/disabled -> Enables/disabled --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4aeab13f..f67be6b3 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ Then, run the program to be debugged as usual. | Name | Purpose | |-----------|-------------------------------------------------| -| `DEBUG` | Enables/disabled specific debugging namespaces. | +| `DEBUG` | Enables/disables specific debugging namespaces. | | `DEBUG_COLORS`| Whether or not to use colors in the debug output. | | `DEBUG_DEPTH` | Object inspection depth. | | `DEBUG_SHOW_HIDDEN` | Shows hidden properties on inspected objects. |