Skip to content

Commit

Permalink
Fix typos (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jammjammjamm authored Jan 26, 2023
1 parent 7dc0bcf commit 422ae7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/smart_app_launch/code_received_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class CodeReceivedTest < Inferno::Test
code = request.query_parameters['code']
output code: code

assert code.present?, 'No `code` paramater received'
assert code.present?, 'No `code` parameter received'

error = request.query_parameters['error']

Expand Down
2 changes: 1 addition & 1 deletion lib/smart_app_launch/launch_received_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class LaunchReceivedTest < Inferno::Test
launch = request.query_parameters['launch']
output launch: launch

assert launch.present?, 'No `launch` paramater received'
assert launch.present?, 'No `launch` parameter received'
end
end
end

0 comments on commit 422ae7b

Please sign in to comment.