Przeglądaj źródła

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

Addresses github issue #2
Dennis Theisen 14 lat temu
rodzic
commit
8954df4f1e
1 zmienionych plików z 1 dodań i 1 usunięć
  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