Skip to content

Commit d9a87c7

Browse files
committed
style(typos): fix typos in code and comments
1 parent db22dc5 commit d9a87c7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ Pre-defined actions to automate your project development.
314314
- **Motivations**:
315315
- Check your code locally before a commit
316316
- Avoid wasting resources on your CI/CD
317-
- Can perform extra (e.g., file cleanup)
317+
- Can perform extra actions (e.g., file cleanup)
318318
- **Limitations**:
319319
- Add overhead before your commit
320320
- **Alternatives**:

src/bikes/scripts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
# %% PARSERS
2222

23-
parser = argparse.ArgumentParser(description="Run an AI/ML job fron YAML/JSON configs.")
23+
parser = argparse.ArgumentParser(description="Run an AI/ML job from YAML/JSON configs.")
2424
parser.add_argument("files", nargs="*", help="Config files for the job (local path only).")
2525
parser.add_argument("-e", "--extras", nargs="*", default=[], help="Config strings for the job.")
2626
parser.add_argument("-s", "--schema", action="store_true", help="Print settings schema and exit.")

0 commit comments

Comments
 (0)