1
0
mirror of https://github.com/mastodon/documentation synced 2025-04-11 22:56:17 +02:00

Fix typo in Customizing.md (#445)

There was a missing "s" in the directory listing for source.rb
This commit is contained in:
James 2017-11-10 07:58:06 -08:00 committed by Eugen Rochko
parent b798364d82
commit 0370ea6ec7

View File

@ -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