Skip to content

Commit

Permalink
Fix typos (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
omaralbeik committed May 25, 2021
1 parent 1402af3 commit 9e1b20a
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sources/Publish/API/ItemRSSProperties.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public struct ItemRSSProperties: Codable, Hashable {
public var bodyPrefix: String?
/// Any suffix that should be added to the item's body HTML within an RSS feed.
public var bodySuffix: String?
/// Any specific URL that the item should link to when inlcluded in an RSS
/// Any specific URL that the item should link to when included in an RSS
/// feed. By default, the item's location on its website will be used. Note that
/// this link won't be automatically used as the item's GUID, however, setting
/// this property to a non-`nil` value will set the GUID's `isPermaLink` attribute
Expand Down
2 changes: 1 addition & 1 deletion Sources/Publish/API/Path.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public extension Path {
static var defaultForRSSFeed: Path { "feed.rss" }
/// The default path used when generating HTML for tags and tag lists.
static var defaultForTagHTML: Path { "tags" }
/// The default path used for website favicons.
/// The default path used for website favicon.
static var defaultForFavicon: Path { "images/favicon.png" }

/// Convert this path into an absolute string, which can be used to
Expand Down
6 changes: 6 additions & 0 deletions Sources/Publish/API/PlotEnvironmentKeys.swift
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* Publish
* Copyright (c) John Sundell 2021
* MIT license, see LICENSE file for details
*/

import Plot
import Ink

Expand Down
6 changes: 6 additions & 0 deletions Sources/Publish/API/PlotModifiers.swift
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* Publish
* Copyright (c) John Sundell 2021
* MIT license, see LICENSE file for details
*/

import Ink
import Plot

Expand Down
6 changes: 6 additions & 0 deletions Sources/PublishCLICore/ProjectKind.swift
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/**
* Publish
* Copyright (c) John Sundell 2019
* MIT license, see LICENSE file for details
*/

import Foundation

internal enum ProjectKind: String {
Expand Down

0 comments on commit 9e1b20a

Please sign in to comment.