Explorar o código

Remove unnecessary UTF-8 character from gemspec just to be on the safe side.

Addresses github issue #2
Dennis Theisen %!s(int64=14) %!d(string=hai) anos
pai
achega
8954df4f1e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      shopify_api.gemspec

+ 1 - 1
shopify_api.gemspec

@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
 
 The Shopify API gem allows Ruby developers to programmatically access the admin section of Shopify stores.
 
-The API is implemented as XML over HTTP using all four verbs (GET/POST/PUT/DELETE). Each resource, like Order, Product, or Collection, has its own URL and is manipulated in isolation. In other words, weve tried to make the API follow the REST principles as much as possible.
+The API is implemented as XML over HTTP using all four verbs (GET/POST/PUT/DELETE). Each resource, like Order, Product, or Collection, has its own URL and is manipulated in isolation. In other words, we've tried to make the API follow the REST principles as much as possible.
 
 
 == Usage