This repository was archived by the owner on Apr 7, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -263,8 +263,8 @@ final public class Studyplus {
263263 let consumerKey = data [ " consumerKey " ] ,
264264 let consumerSecret = data [ " consumerSecret " ] else {
265265
266- assert ( false , " StudyplusSDK: *** Pleease set consumerKey and consumerSecret in your Info.plist. *** " )
267- print ( " StudyplusSDK: *** Pleease set consumerKey and consumerSecret in your Info.plist. *** " )
266+ assert ( false , " StudyplusSDK: *** Please set consumerKey and consumerSecret in your Info.plist. *** " )
267+ print ( " StudyplusSDK: *** Please set consumerKey and consumerSecret in your Info.plist. *** " )
268268
269269 self . consumerKey = " "
270270 self . consumerSecret = " "
@@ -273,8 +273,8 @@ final public class Studyplus {
273273
274274 if consumerKey == " set_your_consumerKey " || consumerSecret == " set_your_consumerSecret " {
275275
276- assert ( false , " StudyplusSDK: *** Pleease set consumerKey and consumerSecret in Info.plist. *** " )
277- print ( " StudyplusSDK: *** Pleease set consumerKey and consumerSecret in your Info.plist. *** " )
276+ assert ( false , " StudyplusSDK: *** Please set consumerKey and consumerSecret in Info.plist. *** " )
277+ print ( " StudyplusSDK: *** Please set consumerKey and consumerSecret in your Info.plist. *** " )
278278
279279 self . consumerKey = " "
280280 self . consumerSecret = " "
You can’t perform that action at this time.
0 commit comments