Skip to content

Commit cc8c5bb

Browse files
authored
[doc] Fix typo in shell command from Getting Started guide (#77634)
1 parent 972ac6f commit cc8c5bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/HowToGuides/GettingStarted.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ Now check if the version string has been updated (assumes you have `platform` sh
455455
defined as specified in the previous subsection:
456456

457457
```sh
458-
../build/Ninja-RelWithDebInfoAssert/swift-$(platform)-$(uname -m)/bin/swift-frontend --version
458+
../build/Ninja-RelWithDebInfoAssert/swift-${platform}-$(uname -m)/bin/swift-frontend --version
459459
```
460460

461461
This should print your updated version string.

0 commit comments

Comments
 (0)