Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobar79 authored Mar 21, 2019
1 parent 516dedd commit 4b7d8c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/secret-preferences.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ One example is our "sync with mobile" feature, which didn't make sense to roll o

To enable features like this, first open the background console, and then you can use the global method `global.setPreference(key, value)`.

For example, if the feature flag was a booelan was called `useNativeCurrencyAsPrimaryCurrency`, you might type `setPreference('useNativeCurrencyAsPrimaryCurrency', true)`.
For example, if the feature flag was a boolean was called `useNativeCurrencyAsPrimaryCurrency`, you might type `setPreference('useNativeCurrencyAsPrimaryCurrency', true)`.

0 comments on commit 4b7d8c8

Please sign in to comment.