From fd0903302daa3f387e62e8f268699ce4dac8848b Mon Sep 17 00:00:00 2001 From: Dmitry Khomutov Date: Fri, 8 Dec 2017 20:31:52 +0700 Subject: [PATCH] Fixed type: dept -> debt. Issue #82. --- docs/en/README.md | 2 +- docs/en/plugins/{technical_dept.md => technical_debt.md} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename docs/en/plugins/{technical_dept.md => technical_debt.md} (97%) diff --git a/docs/en/README.md b/docs/en/README.md index 7ba204ad..1deef8b5 100644 --- a/docs/en/README.md +++ b/docs/en/README.md @@ -63,7 +63,7 @@ Plugins * [PHP Unit](plugins/php_unit.md) - `php_unit` * [Shell](plugins/shell.md) - `shell` * [Slack](plugins/slack_notify.md) - `slack_notify` -* [Technical Debt](plugins/technical_dept.md) - `technical_debt` +* [Technical Debt](plugins/technical_debt.md) - `technical_debt` * [Security Checker](plugins/security_checker.md) - SensioLabs Security Checker Plugin (`security_checker`). * [XMPP](plugins/xmpp.md) - `xmpp` diff --git a/docs/en/plugins/technical_dept.md b/docs/en/plugins/technical_debt.md similarity index 97% rename from docs/en/plugins/technical_dept.md rename to docs/en/plugins/technical_debt.md index 22fc1eb3..f905602f 100644 --- a/docs/en/plugins/technical_dept.md +++ b/docs/en/plugins/technical_debt.md @@ -1,4 +1,4 @@ -Plugin Technical Dept +Plugin Technical Debt ===================== Checks all files in your project for TODOs and other technical debt.