Skip to content

Commit 0aabc0c

Browse files
authored
Fix typo in GettingStarted.md
1 parent 847b6c0 commit 0aabc0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/HowToGuides/GettingStarted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ There are two main ways to run tests:
457457
The `-s` and `-vv` flags print a progress bar and the executed commands
458458
respectively.
459459
460-
If you making small changes to the compiler or some other component, you'll
460+
If you are making small changes to the compiler or some other component, you'll
461461
likely want to [incrementally rebuild](#editing-code) only the relevant
462462
Ninja/Xcode target and use `lit.py` with `--filter`. One potential failure
463463
mode with this approach is accidental use of stale binaries. For example, say

0 commit comments

Comments
 (0)