lib/druid/javascript_framework_facade.rb in druid-ts-1.2.4 vs lib/druid/javascript_framework_facade.rb in druid-ts-1.2.5
- old
+ new
@@ -63,10 +63,10 @@
:angularjs => Druid::Javascript::AngularJS
}
end
def unknown_framework(framework)
- "You specified the Javascript framework #{framework} and it is unknow to the system"
+ "You specified the Javascript framework #{framework} and it is unknown to the system"
end
def invalid_framework
"The Javascript framework you provided does not implement the necessary methods"
end