Skip to content

Commit

Permalink
[NO-TICKET] Minor: Fix typos in safe_dup_spec.rb
Browse files Browse the repository at this point in the history
I spotted these typos and why not fix them :)
  • Loading branch information
ivoanjo authored Oct 29, 2024
1 parent 7f64645 commit 92d8991
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/datadog/core/utils/safe_dup_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
end

context 'when given a string' do
it 'returns a non-frozen dupliacte' do
it 'returns a non-frozen duplicate' do
input = 'a_string'

result = described_class.frozen_or_dup(input)
Expand Down Expand Up @@ -77,7 +77,7 @@
end

context 'when given a hash' do
it 'returns a non-frozen dupliacte' do
it 'returns a non-frozen duplicate' do
input = { a: :b }

result = described_class.frozen_or_dup(input)
Expand Down

0 comments on commit 92d8991

Please sign in to comment.