Skip to content

Commit 2b79983

Browse files
authored
Fix typo in ChangingSwiftSyntax.md
1 parent a648679 commit 2b79983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftSyntax/Documentation.docc/ChangingSwiftSyntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ When updating nodes, certain clients of SwiftSyntax that are relying upon those
8484
nodes will need to be changed in tandem. For example, the
8585
[swift-stress-tester][swift-stress-tester] uses SwiftSyntax, and the CI/CD
8686
system will not allow changes to SwiftSyntax that break `swift-stress-tester`
87-
wihtout a paired change to that repository.
87+
without a paired change to that repository.
8888

8989
When adding nodes or removing existing nodes, it is often the case that you
9090
will need a paired PR to the [Swift Compiler repository][Swiftc] as well. This

0 commit comments

Comments
 (0)