diff --git a/docs/programs/anchor/idl.md b/docs/programs/anchor/idl.md index 2df2e37a3..79e42c8f7 100644 --- a/docs/programs/anchor/idl.md +++ b/docs/programs/anchor/idl.md @@ -1,13 +1,13 @@ --- title: IDL File description: - Learn about the Interface Description Language (IDL) file in Anchor, its + Learn about the Interface Definition Language (IDL) file in Anchor, its purpose, benefits, and how it simplifies program-client interactions sidebarLabel: IDL File sidebarSortOrder: 2 --- -An Interface Description Language (IDL) file provides a standardized JSON file +An Interface Definition Language (IDL) file provides a standardized JSON file describing the program's instructions and accounts. This file simplifies the process of integrating your on-chain program with client applications.