From c9b5e06d0bdae592adba4069463fc634197e7346 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frank=20J=2E=20G=C3=B3mez?= <frank@ginkgostreet.com> Date: Sun, 8 Jan 2017 22:25:23 -0500 Subject: [PATCH] Dehyphenated boiler-plate. --- docs/extensions/basics.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/extensions/basics.md b/docs/extensions/basics.md index 602feca9..8ebe4a34 100644 --- a/docs/extensions/basics.md +++ b/docs/extensions/basics.md @@ -70,9 +70,9 @@ plugins. If you're considering another way, look at the to help decide. ### 1. Install civix -Some tasks in the process of writing an extension require boiler-plate code. To +Some tasks in the process of writing an extension require boilerplate code. To reduce the amount of work required to find, understand, and adapt the -boiler-plate code, one should install the CiviCRM extension builder, civix. +boilerplate code, one should install the CiviCRM extension builder, civix. Civix is a command-line tool which generates code for some common development tasks. -- GitLab