Skip to content
This repository was archived by the owner on Dec 2, 2022. It is now read-only.

Commit eccda7a

Browse files
authored
Merge pull request #161 from victorgama/fix/typo
Fix typo SKRMTAPI -> SKRTMAPI
2 parents 6c1612f + ac0d997 commit eccda7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ let package = Package(
5858
.library(name: "SlackKit", targets: ["SlackKit"]),
5959
.library(name: "SKClient", targets: ["SKClient"]),
6060
.library(name: "SKCore", targets: ["SKCore"]),
61-
.library(name: "SKRMTAPI", targets: ["SKRTMAPI"]),
61+
.library(name: "SKRTMAPI", targets: ["SKRTMAPI"]),
6262
.library(name: "SKServer", targets: ["SKServer"]),
6363
.library(name: "SKWebAPI", targets: ["SKWebAPI"])
6464
],

0 commit comments

Comments
 (0)