8000 typo fixes · sec-js/st2@75414e2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 75414e2

Browse files
committed
typo fixes
1 parent 6567d3a commit 75414e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lockfiles.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ jobs:
347347
- name: Upload lockfile diff picture to S3
348348
# GitHub flavored markdown does not accept data:image/png URIs for images.
349349
# And GitHub does not provide any convenient APIs for uploading image assets.
350-
# So, we upload to AWS and save the URI for in generated markdown below.
350+
# So, we upload to AWS and save the URI for use in generated markdown below.
351351
if: steps.lockfile.outputs.CHANGED == 'true'
352352
# NOTE: The packaged s3 actions are too old, incomplete, or do not allow setting content-type + tags.
353353
env:

scripts/lockfiles_to_reqs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def strip_comments_from_pex_json_lockfile(lockfile_bytes: bytes) -> bytes:
3838
Copied from code by Pants Project Contributors (Apache 2.0 licensed):
3939
https://github.com/pantsbuild/pants/blob/release_2.25.0/src/python/pants/backend/python/util_rules/pex_requirements.py#L119-L127
4040
41-
TODO: delete this once we getrid of the legacy fixate requirements files.
41+
TODO: delete this once we get rid of the legacy fixate requirements files.
4242
"""
4343
return b"\n".join(
4444
line

0 commit comments

Comments
 (0)
0