From ff654a14dc2b72d381cce1914d03d5e5aa62506a Mon Sep 17 00:00:00 2001 From: Alexander Synaptic Date: Sun, 1 Feb 2015 23:04:06 +0800 Subject: [PATCH] Minor spelling fix --- app.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.rb b/app.rb index 50cbbfa..5540f3f 100644 --- a/app.rb +++ b/app.rb @@ -129,7 +129,7 @@ class Extension < ActiveRecord::Base @extension = Extension.new(manifest_hash) if @extension.save - flash.now[:notice] = 'Sweeeeet! Thanks for adding your exension!' + flash.now[:notice] = 'Sweeeeet! Thanks for adding your extension!' else status 409 flash.now[:error] = @extension.errors.first[1] @@ -232,4 +232,4 @@ def update id end end -end \ No newline at end of file +end