From c24a9600af7e1af30201bc01acb4da07f4b9ef41 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Fri, 31 Mar 2023 18:35:12 +0800 Subject: [PATCH] docs: dev: correct a typo s/By expending/By expanding/ Signed-off-by: Kefu Chai Closes #13392 --- docs/dev/api_v2.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/dev/api_v2.md b/docs/dev/api_v2.md index 96e3c37475..263a628675 100644 --- a/docs/dev/api_v2.md +++ b/docs/dev/api_v2.md @@ -17,6 +17,6 @@ make sure the URL in the URL box is: http://localhost:10000/v2 The API is split into sections. ## Config -By expending the config section you can see all of the available configuration. +By expanding the config section you can see all of the available configuration. -The values returned by the API are the current values in the system (regardless if it is the default value, taken from a config file or from a command line parameter) \ No newline at end of file +The values returned by the API are the current values in the system (regardless if it is the default value, taken from a config file or from a command line parameter)