We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96740b2 commit d69f21cCopy full SHA for d69f21c
store-after/lib/api_constraints.rb
@@ -1,6 +1,6 @@
1
class ApiConstraints
2
def initialize(options)
3
- @verison = options[:version]
+ @version = options[:version]
4
@default = options[:default]
5
end
6
0 commit comments