From 0370ea6ec7b330f00ec162d7c8e3dae59076929d Mon Sep 17 00:00:00 2001 From: James Date: Fri, 10 Nov 2017 07:58:06 -0800 Subject: [PATCH] Fix typo in Customizing.md (#445) There was a missing "s" in the directory listing for source.rb --- Running-Mastodon/Customizing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Running-Mastodon/Customizing.md b/Running-Mastodon/Customizing.md index 2b17f369..91739fbc 100644 --- a/Running-Mastodon/Customizing.md +++ b/Running-Mastodon/Customizing.md @@ -68,7 +68,7 @@ themes: ## Link to source code -Mastodon is distributed under the terms of AGPL. The source code must be offered to its user. To easily achieve this on your instance, an initializer like below can be added, as a file like `config/initializer/source.rb`, to customize the links at the bottom of the `/about` and `/about/more` pages: +Mastodon is distributed under the terms of AGPL. The source code must be offered to its user. To easily achieve this on your instance, an initializer like below can be added, as a file like `config/initializers/source.rb`, to customize the links at the bottom of the `/about` and `/about/more` pages: ```ruby # frozen_string_literal: true