Skip to content

Commit ef0c0d0

Browse files
committed
docs: fix a few typos
1 parent d9460cb commit ef0c0d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ Note: Passing `NSGlobalDomain` is unsupported.
159159

160160
### What are domains?
161161

162-
The `NSUserDefaults` database consists of a hierarchy or domains. Whenever you read the value for a give key, `NSUserDefaults` traverses this hierarchy from top to bottom and returns the first value it finds. They can be either persistent (stored on disk) or volatile (only valid for the lifetime of the `NSUserDefaults` instance).
162+
The `NSUserDefaults` database consists of a hierarchy of domains. Whenever you read the value for a given key, `NSUserDefaults` traverses this hierarchy from top to bottom and returns the first value it finds. These domains can be either persistent (stored on disk) or volatile (only valid for the lifetime of the `NSUserDefaults` instance).
163163

164164
| Domain Name | Description | State |
165165
|---|---|---|

0 commit comments

Comments
 (0)