Skip to content

Commit 3e6b67b

Browse files
Apply suggestions from code review
Co-authored-by: Sander Jans <[email protected]>
1 parent ea06e06 commit 3e6b67b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.toys/.data/releases.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ gems:
4040

4141
- name: opentelemetry-helpers-sql
4242
# we append a slash here to avoid the naive substring start_with? directory-matching condition in underlying toys gem
43-
# which casues helpers/sql to incorrectly match when changes occur in helpers/sql-processor or helpers/sql-obfuscation
43+
# which causes helpers/sql to incorrectly match when changes occur in helpers/sql-processor or helpers/sql-obfuscation
4444
# https://github.com/dazuma/toys/blob/17ed449da8299f272b834470ff6b279a59e8070b/.toys/release/.lib/release_utils.rb#L436
4545
# https://github.com/open-telemetry/opentelemetry-ruby-contrib/pull/1727
4646
directory: helpers/sql/
@@ -135,7 +135,7 @@ gems:
135135

136136
- name: opentelemetry-instrumentation-http
137137
# we append a slash here to avoid the naive substring start_with? directory-matching condition in underlying toys gem
138-
# which casues instrumentation/http to incorrectly match when changes occur in instrumentation/httpx
138+
# which causes instrumentation/http to incorrectly match when changes occur in instrumentation/httpx
139139
# https://github.com/dazuma/toys/blob/17ed449da8299f272b834470ff6b279a59e8070b/.toys/release/.lib/release_utils.rb#L436
140140
# https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues/1512
141141
directory: instrumentation/http/

0 commit comments

Comments
 (0)