Skip to content

Commit 593801d

Browse files
committed
fix typo
1 parent 9ce73f5 commit 593801d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

StudyplusSDK/Studyplus.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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 = ""

0 commit comments

Comments
 (0)