You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/Automerge/Automerge.docc/FiveMinuteQuickstart.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ A quick-start guide on how to use Automerge for your iOS or macOS app.
6
6
7
7
Use an Automerge document to store and merge changes to the data.
8
8
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.
10
10
11
11
For example, the following code illustrates the model `ColorList`, that conforms to `Codable`, for this quick start:
0 commit comments