소스 검색

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

Addresses github issue #2
Dennis Theisen 14 년 전
부모
커밋
8954df4f1e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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