Skip to content

Commit ca48c80

Browse files
authored
Fix --no-basepath references in doc (#78570)
1 parent 786a2d0 commit ca48c80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/developer/advanced/development-basepath.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ You can set this explicitly using `server.basePath` in <<settings>>.
77

88
Use the server.rewriteBasePath setting to tell {kib} if it should remove the basePath from requests it receives, and to prevent a deprecation warning at startup. This setting cannot end in a slash (/).
99

10-
If you want to turn off the basepath when in development mode, start {kib} with the `--no-basepath` flag
10+
If you want to turn off the basepath when in development mode, start {kib} with the `--no-base-path` flag
1111

1212
[source,bash]
1313
----
14-
yarn start --no-basepath
14+
yarn start --no-base-path
1515
----
1616

1717

0 commit comments

Comments
 (0)