From ec423a04281d931ac0f74d5c3ff0914daffbcf6f Mon Sep 17 00:00:00 2001 From: Luuk Date: Wed, 11 Sep 2024 09:41:19 +0200 Subject: [PATCH] Fixed copy-paste mistake in reference text. --- content/docs/patterns/error-handling/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/patterns/error-handling/index.md b/content/docs/patterns/error-handling/index.md index c6156690..ecd3635a 100644 --- a/content/docs/patterns/error-handling/index.md +++ b/content/docs/patterns/error-handling/index.md @@ -19,6 +19,6 @@ The youtube video shows more about errors presented in such way that the user wi ## List of references -For usage of number series, there is more information available on: +For error handling, there is more information available on: - [Microsoft Learn: Error collections](https://learn.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/devenv-error-collection/) - [Youtube: Microsoft Presents: User friendly error handling in AL](https://www.youtube.com/watch?v=D8233xMjVog&list=PLI1l3dMI8xlDM9onioMWUyMSCiFs_mMWw&index=27) \ No newline at end of file