From 50c326a2f18e3909a5e98370ad025a380568501c Mon Sep 17 00:00:00 2001 From: Jayendra Minakshisundar <29724673+jmsundar@users.noreply.github.com> Date: Fri, 7 Aug 2026 11:55:48 -0500 Subject: [PATCH] [en] fix typo in content/en/docs/getting-started/reference-application-specification.md --- .../docs/getting-started/reference-application-specification.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/getting-started/reference-application-specification.md b/content/en/docs/getting-started/reference-application-specification.md index 359405eab6eb..ba994033f334 100644 --- a/content/en/docs/getting-started/reference-application-specification.md +++ b/content/en/docs/getting-started/reference-application-specification.md @@ -112,7 +112,7 @@ SDK exists. attributes to the span like the value of `rolls`, `code.*`, ... - There should be a span created for the inner function in `library`. The span tracks the time of the function. It adds the random number it generated as an - attribue to the span. + attribute to the span. - In the `library` file the following metrics should be created: - a counter for the calls of the outer function - a histogram for the distribution of the outcomes (1-6)