Skip to content

Commit c8c14c9

Browse files
authored
Fix typo in serializers.md (#1315)
1 parent 2a4ce55 commit c8c14c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/serializers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -933,7 +933,7 @@ object ProjectSerializer
933933
```
934934

935935
You must bind this serializer to a class using one of the approaches explained in this chapter. We'll
936-
follow the [Passing a serializer manually](#passing-a-serializer-manually) appraoch for this example.
936+
follow the [Passing a serializer manually](#passing-a-serializer-manually) approach for this example.
937937

938938
```kotlin
939939
fun main() {

0 commit comments

Comments
 (0)