From 135f172968937bc0d1827992d71d8a8508314c13 Mon Sep 17 00:00:00 2001 From: Manish Solanki Date: Thu, 2 Jan 2025 12:20:14 +0530 Subject: [PATCH] update readme --- samples/utility-flow-to-extract-number-by-length/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/utility-flow-to-extract-number-by-length/README.md b/samples/utility-flow-to-extract-number-by-length/README.md index 8b3788bb..735f40e6 100644 --- a/samples/utility-flow-to-extract-number-by-length/README.md +++ b/samples/utility-flow-to-extract-number-by-length/README.md @@ -56,7 +56,7 @@ You can also use the [Power Apps CLI](https://docs.microsoft.com/powerapps/devel This sample illustrates the following concepts: * Reusablility using child flow -* Perform string parsing to extract number by its lenght from a given input text or string +* Perform string parsing to extract number by its length from a given input text or string * Use of Select & Filter action * Expression