Skip to content

Commit 1c8b57a

Browse files
committed
Fixes typo in gemspec
1 parent 3e65969 commit 1c8b57a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layer-api.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
1111
spec.license = "MIT"
1212

1313
spec.summary = "A ruby toolkit for Layer's Web API's (https://developer.layer.com/docs)"
14-
spec.description = "Simple wrapper for the Layer's Web API's"
14+
spec.description = "Simple wrapper for Layer's Web API's"
1515
spec.homepage = "https://github.com/cakejelly/layer-api"
1616

1717
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }

0 commit comments

Comments
 (0)