DEV: Fix random typos (#30023)

(late) Nov 2024 edition
This commit is contained in:
Jarek Radosz
2024-12-02 00:34:05 +01:00
committed by GitHub
parent 6d4c6ee154
commit b3423c40b0
6 changed files with 7 additions and 7 deletions

View File

@ -46,7 +46,7 @@ describe ChatSDK::Thread do
end
end
context "when the threadind is not enabled" do
context "when the threading is not enabled" do
before { thread_1.channel.update!(threading_enabled: false) }
it "fails" do