diff options
author | Thomas Park <thomas@thomaspark.me> | 2014-02-05 21:11:15 -0500 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2014-02-05 21:11:15 -0500 |
commit | a8f5c29d09ed8bf79e4e55fb397daa39f5ebf6e2 (patch) | |
tree | 5f2c68364b1febbf622489f35e8350a6e0ff701f /api | |
parent | bc25ed0c72f72ca53857d4cc775e6384eb8c1424 (diff) |
api: remove punctuation in theme descriptions
Diffstat (limited to 'api')
-rw-r--r-- | api/3.json | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -58,7 +58,7 @@ }, { "name": "Journal", - "description": "Crisp like a new sheet of paper.", + "description": "Crisp like a new sheet of paper", "thumbnail": "http://bootswatch.com/journal/thumbnail.png", "preview": "http://bootswatch.com/journal/", "css": "http://bootswatch.com/journal/bootstrap.css", @@ -80,7 +80,7 @@ }, { "name": "Simplex", - "description": "Mini and minimalist.", + "description": "Mini and minimalist", "thumbnail": "http://bootswatch.com/simplex/thumbnail.png", "preview": "http://bootswatch.com/simplex/", "css": "http://bootswatch.com/simplex/bootstrap.css", @@ -102,7 +102,7 @@ }, { "name": "Spacelab", - "description": "Silvery and sleek.", + "description": "Silvery and sleek", "thumbnail": "http://bootswatch.com/spacelab/thumbnail.png", "preview": "http://bootswatch.com/spacelab/", "css": "http://bootswatch.com/spacelab/bootstrap.css", |