Skip to content

Commit f1fd307

Browse files
authored
Fix typo in FiveMinuteQuickstart.md (#222)
1 parent f328dc9 commit f1fd307

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/Automerge/Automerge.docc/FiveMinuteQuickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A quick-start guide on how to use Automerge for your iOS or macOS app.
66

77
Use an Automerge document to store and merge changes to the data.
88
You can store individuals values or entire models within Automerge.
9-
Encode and decide any model that conforms to the [Codable protocol](https://developer.apple.com/documentation/swift/codable) into an Automerge document.
9+
Encode and decode any model that conforms to the [Codable protocol](https://developer.apple.com/documentation/swift/codable) into an Automerge document.
1010

1111
For example, the following code illustrates the model `ColorList`, that conforms to `Codable`, for this quick start:
1212

0 commit comments

Comments
 (0)