Skip to content

Commit

Permalink
Fix typo in guide. Relates to #1
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Oct 9, 2015
1 parent 8bb8132 commit ac70f2e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ represents a property getter or setter. Both read and write methods must exist.
The annotation may be applied to any of the property accessors. The setter has
precedence in the event of both accessors being annotated.

Values of properties annotated with `@Preference` are not automatically sincey with their
`PrefernceNode` counterpart. This is to ensure only valid preference values are stored.
Values of properties annotated with `@Preference` are not automatically synched with their
`PreferenceNode` counterpart. This is to ensure only valid preference values are stored.
Thus developers must manually invoke the `save()` method on an instance of `PreferencesManager`,
such as

Expand Down

0 comments on commit ac70f2e

Please sign in to comment.