Skip to content

Commit 2ae3504

Browse files
authored
chore(docs): correct quotation style in text (#1663)
1 parent c1a13ce commit 2ae3504

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CONTRIBUTING.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,10 @@ Here’s a list of available scopes: [available scopes](./.github/workflows/sema
106106

107107
- Correct ✅: "feat(grpc): sign transaction using wallet client"
108108
- Correct ✅: "feat(grpc, wallet): sign transaction using wallet client"
109-
- Incorrect ❌: 'feat(gRPC): Sign transaction using wallet client."
110-
- Incorrect ❌: 'feat(grpc): Sign transaction using wallet client."
111-
- Incorrect ❌: 'feat(grpc): signed transaction using wallet client"
112-
- Incorrect ❌: 'sign transaction using wallet client"
109+
- Incorrect ❌: "feat(gRPC): Sign transaction using wallet client."
110+
- Incorrect ❌: "feat(grpc): Sign transaction using wallet client."
111+
- Incorrect ❌: "feat(grpc): signed transaction using wallet client"
112+
- Incorrect ❌: "sign transaction using wallet client"
113113

114114
## Code of Conduct
115115

0 commit comments

Comments
 (0)