chore: fixed typos in code comments (#1701)

This commit is contained in:
freddii
2021-01-28 06:09:37 +01:00
committed by GitHub
parent b93388b330
commit 229fcc18b7
7 changed files with 8 additions and 8 deletions

View File

@@ -217,7 +217,7 @@ RSpec.describe 'Contacts API', type: :request do
expect(response).to have_http_status(:success)
expect(contact.reload.name).to eq('Test Blub')
# custom attributes are merged properly without overwritting existing ones
# custom attributes are merged properly without overwriting existing ones
expect(contact.custom_attributes).to eq({ 'test' => 'new test', 'test1' => 'test1', 'test2' => 'test2' })
end