From f77c2efd596618fcc8364955a34caec9b96d87d6 Mon Sep 17 00:00:00 2001 From: Jack Date: Wed, 30 Jun 2021 14:12:33 +0100 Subject: [PATCH] fixed typo --- static/quotes/portuguese.json | 24 ++++++------------------ 1 file changed, 6 insertions(+), 18 deletions(-) diff --git a/static/quotes/portuguese.json b/static/quotes/portuguese.json index 03c3687fe..334855db6 100644 --- a/static/quotes/portuguese.json +++ b/static/quotes/portuguese.json @@ -1,22 +1,10 @@ { "language": "portuguese", "groups": [ - [ - 0, - 100 - ], - [ - 101, - 300 - ], - [ - 301, - 600 - ], - [ - 601, - 9999 - ] + [0, 100], + [101, 300], + [301, 600], + [601, 9999] ], "quotes": [ { @@ -110,7 +98,7 @@ "id": 14 }, { - "text": "Escrevo sem pensar, tudo o que o meu inconsciente grita. Penso depois: nao só para corrigir, mas para justificar o que escrevi.", + "text": "Escrevo sem pensar, tudo o que o meu inconsciente grita. Penso depois: não só para corrigir, mas para justificar o que escrevi.", "source": "Mário de Andrade", "length": 127, "id": 15 @@ -158,4 +146,4 @@ "id": 22 } ] -} \ No newline at end of file +}