Skip to content

Commit 2cd4b69

Browse files
authored
Update wording from commandline to command line (#76121)
1 parent 8879ae5 commit 2cd4b69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/HowToGuides/GettingStarted.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -643,14 +643,14 @@ llvm::report_fatal_error(os.str());
643643
644644
### Debugging using LLDB
645645
646-
When the compiler crashes, the commandline arguments passed to it will be
646+
When the compiler crashes, the command line arguments passed to it will be
647647
printed to stderr. It will likely look something like:
648648
649649
```
650650
/path/to/swift-frontend <args>
651651
```
652652
653-
- Using LLDB on the commandline: Copy the entire invocation and pass it to LLDB.
653+
- Using LLDB on the command line: Copy the entire invocation and pass it to LLDB.
654654
```sh
655655
lldb -- /path/to/swift-frontend <args>
656656
```

0 commit comments

Comments
 (0)