Skip to content

Commit 10035c4

Browse files
authored
fix: Fix typo in json_schema_changes (#134)
1 parent 0fdaad1 commit 10035c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/json_schema_changes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def main() -> None:
119119
print(
120120
"""
121121
⚠️ **This PR contains breaking changes.** Normally you should avoid that and make
122-
your consumer forwards-compatible (meaning that updated consumers can still
122+
your consumer backwards-compatible (meaning that updated consumers can still
123123
accept old messages). There are a few exceptions:
124124
125125
* If consumers already require these invariants in practice, and you're

0 commit comments

Comments
 (0)