Skip to content

Commit

Permalink
Update changeset example code
Browse files Browse the repository at this point in the history
Fix typo in the example module name.
  • Loading branch information
tombruijn authored Nov 11, 2024
1 parent 20a8050 commit 23627cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .changesets/add-set_empty_params--helper-method.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ Appsignal.set_empty_params!
# Example: When AppSignal instrumentation sets parameters:
Appsignal.set_empty_params!
# Parameters: {}
# Example code:
Appsignal::Instrumtation::SomeLibrary.new.add_params("xyz" => "...")
# Pseudo example code:
Appsignal::Instrumentation::SomeLibrary.new.add_params("xyz" => "...")
# Parameters: {}

# Example: Set parameters after them being unset previously
Expand Down

0 comments on commit 23627cd

Please sign in to comment.