Skip to content

Commit 4d6fbb7

Browse files
committed
Fix gemspec summary wording
1 parent d391631 commit 4d6fbb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

structured_params.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
99
spec.authors = ['Mizuki Yamamoto']
1010
spec.email = ['mizuki-y@syati.info']
1111

12-
spec.summary = 'StructuredParams allows you to validate pass parameter.'
12+
spec.summary = 'Type-safe parameter validation and form objects for Rails.'
1313
spec.description = ''
1414
spec.homepage = 'https://github.com/Syati/structured_params'
1515
spec.license = 'MIT'

0 commit comments

Comments
 (0)