Merge branch 'docs/debian-packages' into 'develop'
[akkoma] / lib / pleroma / workers / cron / clear_oauth_token_worker.ex
index 1a4cdc1986f3a3795177f9ad9ec30910b26ab5a1..341eff054c17c93fcf8a2260de3681d73a30d214 100644 (file)
@@ -1,10 +1,10 @@
 # Pleroma: A lightweight social networking server
-# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
 # SPDX-License-Identifier: AGPL-3.0-only
 
 defmodule Pleroma.Workers.Cron.ClearOauthTokenWorker do
   @moduledoc """
-  The worker to clean an expired oauth tokens.
+  The worker to cleanup expired oAuth tokens.
   """
 
   use Oban.Worker, queue: "background"