From 41ac1037209f39a2c7799ea4539050ed85837ae6 Mon Sep 17 00:00:00 2001 From: HearingSmile <41669762+tianjindong@users.noreply.github.com> Date: Thu, 3 Sep 2020 19:11:59 +0800 Subject: [PATCH] fix typo (#1472) --- site/src/site/sphinx/en/advanced-use.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/src/site/sphinx/en/advanced-use.md b/site/src/site/sphinx/en/advanced-use.md index 29233e555..5b8194e74 100644 --- a/site/src/site/sphinx/en/advanced-use.md +++ b/site/src/site/sphinx/en/advanced-use.md @@ -29,7 +29,7 @@ Advanced Usage * [perfcounter](perfcounter.md) - show JVM Perf Counter information * [logger](logger.md) - print the logger information, update the logger level * [getstatic](getstatic.md) - examine class's static properties -* [ognl](ognl.md) - execute ongl expression +* [ognl](ognl.md) - execute ognl expression * [mbean](mbean.md) - show Mbean information * [heapdump](heapdump.md) - dump java heap in hprof binary format, like `jmap`