Skip to content

Commit ac0979e

Browse files
authored
Merge pull request #3057 from SwiftPackageIndex/missing-validator-space
Fixed a missing space typo
2 parents 5d47d31 + d9df4d2 commit ac0979e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sources/App/Views/PackageController/MaintainerInfo/MaintainerInfoIndex+View.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ enum MaintainerInfoIndex {
179179
.href(SiteURL.validateSPIManifest.relativeURL()),
180180
.text("online manifest validation helper")
181181
),
182-
" to validate your ", .code(".spi.yml"), "file."
182+
" to validate your ", .code(".spi.yml"), " file."
183183
),
184184
.div(
185185
.id("package-score"),

Tests/AppTests/__Snapshots__/WebpageSnapshotTests/test_MaintainerInfoIndex.1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ <h3>Manifest File</h3>
144144
<p>See the
145145
<a href="/SwiftPackageIndex/SPIManifest/~/documentation/spimanifest">SPIManifest package documentation</a> for more details, or use our
146146
<a href="/validate-spi-manifest">online manifest validation helper</a> to validate your
147-
<code>.spi.yml</code>file.
147+
<code>.spi.yml</code> file.
148148
</p>
149149
<div id="package-score">
150150
<h3>Package Score</h3>

0 commit comments

Comments
 (0)