summaryrefslogtreecommitdiff
path: root/HOWTO
diff options
context:
space:
mode:
authorLukas Larsson <lukas@erlang.org>2022-06-27 09:54:59 +0200
committerLukas Larsson <lukas@erlang.org>2022-06-27 11:53:53 +0200
commit160243cb5801694d7ca252fcd6440954ab69b43d (patch)
tree3c87efeb7e6c5fff1571c123bcfcaf270b6e8a94 /HOWTO
parent94b5c2f536cf3ea5f410317005315d65e0ec77df (diff)
downloaderlang-160243cb5801694d7ca252fcd6440954ab69b43d.tar.gz
gh: Fix typo in DEVELOPMENT guide
Diffstat (limited to 'HOWTO')
-rw-r--r--HOWTO/DEVELOPMENT.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/HOWTO/DEVELOPMENT.md b/HOWTO/DEVELOPMENT.md
index fd576ff7e8..399ce9fa0d 100644
--- a/HOWTO/DEVELOPMENT.md
+++ b/HOWTO/DEVELOPMENT.md
@@ -1,7 +1,7 @@
# Developing Erlang/OTP
The Erlang/OTP development repository is quite large and the make system
-contains a lot of functionality to help when a developing. This howto
+contains a lot of functionality to help when developing. This howto
will try to showcase the most important features of the make system.
The guide is mostly aimed towards development on a Unix platform, but