Skip to content

Commit

Permalink
Merge pull request #91 from HarshavardhanNetha/patch-1
Browse files Browse the repository at this point in the history
Update tasks.py in landing page generator | Fixed a typo
  • Loading branch information
theCyberTech authored Sep 5, 2024
2 parents 35e136d + f60353b commit bdd7ee6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions landing_page_generator/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def choose_template():
YOU MUST COPY, and then YOU MUST read the src/component
in the directory you just copied, to decide what
component files should be updated to make the
landing page about the idea bellow.
landing page about the idea below.
- YOU MUST READ THE DIRECTORY BEFORE CHOOSING THE FILES.
- YOU MUST NOT UPDATE any Pricing components.
Expand Down Expand Up @@ -78,7 +78,7 @@ def update_page():
You'll get a $100 tip if you follow all the rules!
Also update any necessary text to reflect this landing page
is about the idea bellow.
is about the idea below.
IDEA
----------
Expand All @@ -87,10 +87,10 @@ def update_page():

def component_content():
return dedent("""
A engineer will update the {component} (code bellow),
A engineer will update the {component} (code below),
return a list of good options of texts to replace
EACH INDIVIDUAL existing text on the component,
the suggestion MUST be based on the idea bellow,
the suggestion MUST be based on the idea below,
and also MUST be similar in length with the original
text, we need to replace ALL TEXT.
Expand Down Expand Up @@ -145,7 +145,7 @@ def update_component():
def qa_component():
return dedent("""
Check the React component code to make sure
it's valid and abide by the rules bellow,
it's valid and abide by the rules below,
if it doesn't then write the correct version to
the file system using the write file tool into
the following path: {component}.
Expand Down

0 comments on commit bdd7ee6

Please sign in to comment.