Skip to content

Commit 8114afa

Browse files
authored
Fix link (#321)
1 parent bd1ef05 commit 8114afa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/concepts/fundamentals/protocols.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ By convention, protocol ids have a path-like structure, with a version number as
3535
```
3636

3737
Breaking changes to your protocol's wire format or semantics should result in a new version
38-
number. See the [protocol negotiation section](#protocol-neotiation) for more information about
38+
number. See the [protocol negotiation section](#protocol-negotiation) for more information about
3939
how version selection works during the dialing and listening process.
4040

4141
{{< alert icon="💡" context="info">}}

0 commit comments

Comments
 (0)