File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ public void CreatePost()
8080 {
8181 var client = new Medium . Client ( ) ;
8282 var title = "Liverpool FC" ;
83- var tags = new [ ] { "football" , "sport " , "liverpool" } ;
83+ var tags = new [ ] { "football" , "sports " , "liverpool" } ;
8484 var canonicalUrl = "http://jamietalbot.com/posts/liverpool-fc" ;
8585 var publishStatus = PublishStatus . Unlisted ;
8686 var license = License . Cc40By ;
@@ -124,7 +124,7 @@ public void CreatePostUnderPublication()
124124 {
125125 var client = new Medium . Client ( ) ;
126126 var title = "Liverpool FC" ;
127- var tags = new [ ] { "football" , "sport " , "liverpool" } ;
127+ var tags = new [ ] { "football" , "sports " , "liverpool" } ;
128128 var canonicalUrl = "http://jamietalbot.com/posts/liverpool-fc" ;
129129 var publishStatus = PublishStatus . Public ;
130130 var license = License . Cc40By ;
You can’t perform that action at this time.
0 commit comments