Skip to content

Commit

Permalink
fix(migration): typo
Browse files Browse the repository at this point in the history
Co-authored-by: Angela Tran <[email protected]>
  • Loading branch information
thekaveman and angela-tran authored Aug 2, 2024
1 parent bff74dc commit fb35314
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ class Migration(migrations.Migration):
model_name="transitprocessor",
name="card_tokenize_url",
field=models.TextField(
help_text="The abolute URL for the client-side card tokenization library provided by the TransitProcessor."
help_text="The absolute URL for the client-side card tokenization library provided by the TransitProcessor."
),
),
migrations.AlterField(
Expand Down

0 comments on commit fb35314

Please sign in to comment.