Updated AppPreferences docs (#1175)

Close code block to make it render properly
This commit is contained in:
Lukas Heddendorp 2017-03-12 19:59:37 +01:00 committed by Ibby Hadeed
parent d0cb3049e5
commit 6683aa450c

View File

@ -12,7 +12,7 @@ import { Observable } from 'rxjs/Observable';
* *
* AppPreferences.fetch('key').then((res) => { console.log(res); }); * AppPreferences.fetch('key').then((res) => { console.log(res); });
* *
* *```
*/ */
@Plugin({ @Plugin({
pluginName: 'AppPreferences', pluginName: 'AppPreferences',