Thibaut 11 jaren geleden
bovenliggende
commit
d86d788f27

+ 1 - 1
assets/javascripts/templates/notif_tmpl.coffee

@@ -33,6 +33,6 @@ app.templates.notifThanks = ->
             """ <p class="_notif-text">Quick shout-out to our awesome sponsors:
                 <ul class="_notif-list">
                   <li><a href="http://devdocs.io/s/maxcdn" target="_blank">MaxCDN</a> has been supporting DevDocs since day one. They provide CDN solutions that make DevDocs and countless other sites faster.</li>
-                  <li><a href="http://devdocs.io/s/shopify" target="_blank">Shopify</a> is where I spend my weekdays. Interested in working on one of the biggest commerce platform in the world, in a delightful work environment? We're hiring!
+                  <li><a href="http://devdocs.io/s/shopify" target="_blank">Shopify</a> is where I spend my weekdays. Interested in working on one of the biggest commerce platforms in the world, in a delightful work environment? We're hiring!
                 </ul>
                 <p class="_notif-text">Have a great day :) """

+ 1 - 1
assets/javascripts/templates/pages/root_tmpl.coffee.erb

@@ -8,7 +8,7 @@ maxcdnLink = (className) -> """
 shopifyLink = (className) -> """
   <a href="http://devdocs.io/s/shopify" class="#{className}">
     <span class="_logo-thx _shopify-logo">Shopify</span>
-    <span class="_logo-info">Interested in working on one of the biggest commerce platform in the world, in a delightful work environment? We're hiring developers, ops engineers, designers&hellip;</span>
+    <span class="_logo-info">Interested in working on one of the biggest commerce platforms in the world, in a delightful work environment? We're hiring developers, ops engineers, designers&hellip;</span>
   </a>
 """