Skip to content

Commit 710190b

Browse files
fix typo
Co-authored-by: Mattie Fu <mattiefu@google.com>
1 parent dbe86f1 commit 710190b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conformance.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
# sync client does not support concurrent streams
3333
test_args: "-skip _Generic_MultiStream"
3434
- client-type: "legacy"
35-
# legacy client is synchtonous and does not support concurrent streams
35+
# legacy client is synchronous and does not support concurrent streams
3636
# legacy client does not expose mutate_row. Disable those tests
3737
test_args: "-skip _Generic_MultiStream -skip TestMutateRow_"
3838
fail-fast: false

0 commit comments

Comments
 (0)