Commit b32b44ed8909ed90490db1631fe9bfbb0f757e23

Stephen Moloney 2016-02-14T21:14:19

make docs so

diff --git a/lib/mix/tasks/hubic.ex b/lib/mix/tasks/hubic.ex
index e9f1b28..398f545 100644
--- a/lib/mix/tasks/hubic.ex
+++ b/lib/mix/tasks/hubic.ex
@@ -1,6 +1,6 @@
 defmodule Mix.Tasks.Hubic do
   @moduledoc ~S"""
-  Generates the hubic application refresh token on the user's behalf.
+  A mix task that generates the hubic application refresh token on the user's behalf.
 
   ## Steps
 
diff --git a/lib/mix/tasks/ovh.ex b/lib/mix/tasks/ovh.ex
index f6d0e7a..101fb1f 100644
--- a/lib/mix/tasks/ovh.ex
+++ b/lib/mix/tasks/ovh.ex
@@ -1,6 +1,6 @@
 defmodule Mix.Tasks.Ovh do
   @moduledoc ~S"""
-    Generates the hubic application refresh token on the user's behalf.
+  A mix task that generates the hubic application refresh token on the user's behalf.
 
   ## Steps