Skip to content

Commit

Permalink
Fix API docs for Appsignal.configure method
Browse files Browse the repository at this point in the history
I renamed this argument and didn't update the docs.
  • Loading branch information
tombruijn committed Nov 11, 2024
1 parent 026bb53 commit ce434b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/appsignal.rb
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def stop(called_by = nil)
# # Or for the environment given as an argument
# Appsignal.configure(:production)
#
# @param env [String, Symbol] The environment to load.
# @param env_param [String, Symbol] The environment to load.
# @param root_path [String] The path to look the `config/appsignal.yml` config file in.
# Defaults to the current working directory.
# @yield [Config] Gives the {Config} instance to the block.
Expand Down

0 comments on commit ce434b2

Please sign in to comment.