From 2c1b92fb7b30ccf6dd469b7f0ddab7b5ea048bab Mon Sep 17 00:00:00 2001 From: Pat O'Connor Date: Thu, 27 Mar 2025 19:06:39 +0000 Subject: [PATCH] task(GUIDEFRAME-61): adjusted typos in demo titles Signed-off-by: Pat O'Connor --- docs/magento-demo.md | 4 ++-- docs/tutors-demo.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/magento-demo.md b/docs/magento-demo.md index c4dda45..0f8b809 100644 --- a/docs/magento-demo.md +++ b/docs/magento-demo.md @@ -17,7 +17,7 @@ The below video serves as a demonstration of GuideFrame's Selenium SDK via the M -## GuideFrame Code Walkthrough Script +## Magento Demo Script ```python from guideframe.selenium import * # Importing all functions from selenium_functions.py @@ -211,7 +211,7 @@ if __name__ == "__main__": assemble(18) ``` -## GuideFrame Code Walkthrough Markdown +## Magento Demo Markdown ```markdown ## Step 1 diff --git a/docs/tutors-demo.md b/docs/tutors-demo.md index 2bc0812..3879f76 100644 --- a/docs/tutors-demo.md +++ b/docs/tutors-demo.md @@ -17,7 +17,7 @@ The below video serves as a demonstration of GuideFrame via the open-source educ -## GuideFrame Code Walkthrough Script +## Tutors Demo Script ```python from guideframe.selenium import * # Moved all selenium functions to external file @@ -154,7 +154,7 @@ if __name__ == "__main__": assemble(12) ``` -## GuideFrame Code Walkthrough Markdown +## Tutors Demo Markdown ```markdown ## Step 1