Skip to content

Commit 8262116

Browse files
committed
Fix typo in protocol
1 parent f72fdff commit 8262116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SteamPress/Repositories/SteamPressRepository.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public protocol BlogTagRepository {
1010
// tags that have no posts associated with a tag
1111
func deleteTags(for post: BlogPost, on container: Container) -> EventLoopFuture<Void>
1212
func remove(_ tag: BlogTag, from post: BlogPost, on container: Container) -> EventLoopFuture<Void>
13-
func add(_ tag: BlogTag, to post: BlogPost, on conainter: Container) -> EventLoopFuture<Void>
13+
func add(_ tag: BlogTag, to post: BlogPost, on container: Container) -> EventLoopFuture<Void>
1414
}
1515

1616
public protocol BlogPostRepository {

0 commit comments

Comments
 (0)