From 8cfd2357c6f0572e0f2eb27345d2feb94bcc31c2 Mon Sep 17 00:00:00 2001 From: Stanley Cheung <39173600+stanleyycheung@users.noreply.github.com> Date: Fri, 31 Jan 2025 15:53:22 +0000 Subject: [PATCH] Fix typo in tutorial part 2 (#921) --- .../language-tutorial/pages/02_filling_out_a_template.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/language-tutorial/pages/02_filling_out_a_template.adoc b/docs/modules/language-tutorial/pages/02_filling_out_a_template.adoc index 1f4fc3f5..8e144053 100644 --- a/docs/modules/language-tutorial/pages/02_filling_out_a_template.adoc +++ b/docs/modules/language-tutorial/pages/02_filling_out_a_template.adoc @@ -213,7 +213,7 @@ adultBirdFoods { A `.pkl` file describes a _module_. Modules are objects that can be referred to from other modules. -Going back to the example above, you can write `parrot` as a separate module. +Going back to the example above, you can write `pigeon` as a separate module. [source,{pkl}] .pigeon.pkl