diff --git a/MetaPluginDemo/ViewController.swift b/MetaPluginDemo/ViewController.swift index 8ceb590..4eadb05 100755 --- a/MetaPluginDemo/ViewController.swift +++ b/MetaPluginDemo/ViewController.swift @@ -41,7 +41,7 @@ class ViewController: @IBAction func touchStartButton(_ sender: Any) { clearLog() - writeLog(entry: "Starting…") + writeLog(entry: "starting…") createCoreSdk() }