diff --git a/glossary/API.md b/glossary/API.md index d10273880..0e5466fbe 100644 --- a/glossary/API.md +++ b/glossary/API.md @@ -1,4 +1,4 @@ ### API -API stands for Application Programming Interface and is a set of features and rules provided by a piece of software to enable interaction with third-party software. +API stands for Application Programming Interface and is a set of features and rules provided by a provided by a software to enable third-party software to interact with it. The code features of a web API usually include methods, properties, events or URLs.