From 6bb18ff6f6b7f0adbca3e7ef4b01512a160e81ef Mon Sep 17 00:00:00 2001 From: Roman Tsukanov Date: Fri, 6 Nov 2015 18:12:14 +0100 Subject: [PATCH] Fix grammar in HACKING.md --- HACKING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HACKING.md b/HACKING.md index 5b95102b527..574575ce551 100644 --- a/HACKING.md +++ b/HACKING.md @@ -197,10 +197,10 @@ specify its name in an argument: ### Adding a new report -1. Create new nodule in */lib/MusicBrainz/Server/Report/* directory. +1. Create new module in */lib/MusicBrainz/Server/Report/*. 2. Add created module into [ReportFactory.pm](https://github.com/metabrainz/musicbrainz-server/blob/master/lib/MusicBrainz/Server/ReportFactory.pm) file (add into `@all` list and import module itself there). -3. Create a new template for your report in *root/report/* directory. +3. Create a new template for your report in *root/report/*. 4. Add a link to report page in *root/report/index.tt* template.