Skip to content

Commit 0738be8

Browse files
rcorsitrflynn89
authored andcommitted
Documentation: Correct small typo in AdvancedBuildInstructions
1 parent 936c7f0 commit 0738be8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/AdvancedBuildInstructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ For example, boolean options such as `ENABLE_<setting>` or `<component_name>_DEB
5252

5353
```console
5454
# Reconfigure an existing binary directory with process debug enabled
55-
$ cmake -B Build/ladbyird -DPROCESS_DEBUG=ON
55+
$ cmake -B Build/ladybird -DPROCESS_DEBUG=ON
5656
```
5757

5858
For more information on how the CMake cache works, see the CMake guide for [Running CMake](https://cmake.org/runningcmake/). Additional context is available in the CMake documentation for

0 commit comments

Comments
 (0)