Skip to content

Commit

Permalink
feat: minor typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
estolfo committed Mar 1, 2023
1 parent 4ca8c88 commit bea99ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion instrumentation/elasticsearch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ OpenTelemetry::SDK.configure do |c|
end
```

Alternatively, you can also call `use_all` to install all the available instrumentation.
Alternatively, you can also call `use_all` to install all the available instrumentations.

```ruby
OpenTelemetry::SDK.configure do |c|
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/elasticsearch/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require 'yard'
require 'rubocop/rake_task'

RuboCop::RakeTask.new
require 'pry-nav'

Rake::TestTask.new :test do |t|
t.libs << 'test'
t.libs << 'lib'
Expand Down

0 comments on commit bea99ab

Please sign in to comment.