Przeglądaj źródła

chore: add Oxford comma (#351)

Previously, the Oxford comma was not being used here. Although a minor change, the addition of an Oxford comma would make it clearer to readers the message that is being conveyed.

Closes #350
Saharsh Yeruva 5 lat temu
rodzic
commit
55c2beafdd
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      client/components/Features.tsx

+ 1 - 1
client/components/Features.tsx

@@ -32,7 +32,7 @@ const Features = () => (
         Use custom domains for your links. Add or remove them for free.
       </FeaturesItem>
       <FeaturesItem title="API" icon="zap">
-        Use the provided API to create, delete and get URLs from anywhere.
+        Use the provided API to create, delete, and get URLs from anywhere.
       </FeaturesItem>
       <FeaturesItem title="Free &amp; open source" icon="heart">
         Completely open source and free. You can host it on your own server.