Skip to content

Commit 629372a

Browse files
committed
fix typo in Configuration+Testing.swift
1 parent 07c5509 commit 629372a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/_SwiftFormatTestSupport/Configuration+Testing.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ extension Configuration {
2020
/// different module than where `Configuration` is defined, we can't make this an initializer that
2121
/// would enforce that every field of `Configuration` is initialized here (we're forced to
2222
/// delegate to another initializer first, which defeats the purpose). So, users adding new
23-
/// configuration settings shouls be sure to supply a default here for testing, otherwise they
23+
/// configuration settings should be sure to supply a default here for testing, otherwise they
2424
/// will be implicitly relying on the real default.
2525
public static var forTesting: Configuration {
2626
var config = Configuration()

0 commit comments

Comments
 (0)