Commit a51edd13 authored by Fabio Pelosin's avatar Fabio Pelosin

Merge pull request #642 from coryalder/patch-1

Fixed typo in spec template
parents ebfaa7ae 2a77f282
...@@ -224,7 +224,7 @@ Pod::Spec.new do |s| ...@@ -224,7 +224,7 @@ Pod::Spec.new do |s|
# s.description = <<-DESC # s.description = <<-DESC
# An optional longer description of #{data[:name]} # An optional longer description of #{data[:name]}
# #
# * Markdonw format. # * Markdown format.
# * Don't worry about the indent, we strip it! # * Don't worry about the indent, we strip it!
# DESC # DESC
s.homepage = "#{data[:homepage]}" s.homepage = "#{data[:homepage]}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment