Skip to content

Commit 4c9f027

Browse files
committed
fix spelling of parameter
Change-Id: I6fc2d45a204a0707f7e40a7f426d18ea64f35979 Reviewed-on: https://gerrit.instructure.com/3087 Reviewed-by: Zach Wily <zach@instructure.com> Tested-by: Hudson <hudson@instructure.com>
1 parent b657f4e commit 4c9f027

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/views/plugins/_big_blue_button_settings.html.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
<td><%= f.label :secret, "Secret:" %></td>
1919
<td>
2020
<%= f.password_field :secret, :autocomplete => false %><br>
21-
This is the <b>beans.dynamicConferenceService.securitySalt</b> paramater that can be found in the <b>bigbluebutton.properties</b> config file.
21+
This is the <b>beans.dynamicConferenceService.securitySalt</b> parameter that can be found in the <b>bigbluebutton.properties</b> config file.
2222
</td>
2323
</tr>
2424
</table>
25-
<% end %>
25+
<% end %>

0 commit comments

Comments
 (0)