Skip to content

Commit d69f21c

Browse files
committed
fixing api constraints
1 parent 96740b2 commit d69f21c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

store-after/lib/api_constraints.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
class ApiConstraints
22
def initialize(options)
3-
@verison = options[:version]
3+
@version = options[:version]
44
@default = options[:default]
55
end
66

0 commit comments

Comments
 (0)