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 {
263
263
let consumerKey = data [ " consumerKey " ] ,
264
264
let consumerSecret = data [ " consumerSecret " ] else {
265
265
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. *** " )
268
268
269
269
self . consumerKey = " "
270
270
self . consumerSecret = " "
@@ -273,8 +273,8 @@ final public class Studyplus {
273
273
274
274
if consumerKey == " set_your_consumerKey " || consumerSecret == " set_your_consumerSecret " {
275
275
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. *** " )
278
278
279
279
self . consumerKey = " "
280
280
self . consumerSecret = " "
You can’t perform that action at this time.
0 commit comments