From 37dd39a41c1ff8c704c738de93eac837db7b808b Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Sat, 1 Sep 2018 12:55:15 +0300 Subject: [PATCH] Update API.md --- glossary/API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.