Skip to content

Commit

Permalink
submit not sumbit
Browse files Browse the repository at this point in the history
  • Loading branch information
meirish committed Nov 6, 2018
1 parent 954bb57 commit 1578947
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/app/templates/partials/tools/hash.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<div class="field is-grouped box is-fullwidth is-bottomless">
<div class="control">
<button
type="sumbit"
type="submit"
class="button is-primary"
data-test-tools-submit="true"
>
Expand Down
2 changes: 1 addition & 1 deletion ui/ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

const EmberApp = require('ember-cli/lib/broccoli/ember-app');

module.exports = function (defaults) {
module.exports = function(defaults) {
var config = defaults.project.config(EmberApp.env());
var app = new EmberApp(defaults, {
favicons: {
Expand Down

0 comments on commit 1578947

Please sign in to comment.