From 72e02af3f5a5a0b0fea432a2d739274d9a3663aa Mon Sep 17 00:00:00 2001
From: Eliot Berriot <contact@eliotberriot.com>
Date: Mon, 1 Jul 2019 22:38:10 +0200
Subject: [PATCH] Type

---
 src/views/Debug.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/views/Debug.vue b/src/views/Debug.vue
index 419d56f..9e9f043 100644
--- a/src/views/Debug.vue
+++ b/src/views/Debug.vue
@@ -1,7 +1,7 @@
 <template>
   <section class="text container">
     <h2>Check your Retribute profile</h2>
-    <p>If you're a creator and want to see what kind of information Retribute extract your profile, use the form below.
+    <p>If you're a creator and want to see what kind of information Retribute extract from your profile, use the form below.
     <p>Retribute will also keep profiles in cache for a few hours, which can be problematic when you want to check that your changes are valid. This from will also refresh any cached data we may have.</p>
     <form @submit.prevent="check" class="section">
       <div class="row">
-- 
GitLab