Skip to content

Commit 6dbb8a9

Browse files
lucapetteshanshin
andauthored
Fix typo (#2211)
Update docs/serializers.md Co-authored-by: Sergey Shanshin <[email protected]>
1 parent 8a2c1c0 commit 6dbb8a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/serializers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -814,7 +814,7 @@ fun main() {
814814
### Specifying serializer globally using typealias
815815

816816
kotlinx.serialization tends to be the always-explicit framework when it comes to serialization strategies: normally,
817-
they should be explicitly mentioned in `@Serialiazble` annotation. Therefore, we do not provide any kind of global serializer
817+
they should be explicitly mentioned in `@Serializable` annotation. Therefore, we do not provide any kind of global serializer
818818
configuration (except for [context serializer](#contextual-serialization) mentioned later).
819819

820820
However, in projects with a large number of files and classes, it may be too cumbersome to specify `@file:UseSerializers`

0 commit comments

Comments
 (0)