Просмотр исходного кода

Merge pull request #14 from faizanakram99/patch-2

Typo fix (missing space)
Pouria Ezzati 8 лет назад
Родитель
Сommit
a155055d81
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      client/components/Settings/SettingsApi.js

+ 1 - 1
client/components/Settings/SettingsApi.js

@@ -58,7 +58,7 @@ const SettingsApi = ({ apikey, generateKey, loader }) => (
     <h3>API</h3>
     <h3>API</h3>
     <p>
     <p>
       In additional to this website, you can use the API to create, delete and get shortend URLs. If
       In additional to this website, you can use the API to create, delete and get shortend URLs. If
-      {"you're"} not familiar with API, {"don't"} generate the key. DO NOT share this key on the
+      {" you're"} not familiar with API, {"don't"} generate the key. DO NOT share this key on the
       client side of your website.
       client side of your website.
     </p>
     </p>
     <ApiKeyWrapper apikey={apikey}>
     <ApiKeyWrapper apikey={apikey}>