Skip to content

Commit

Permalink
fix type in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dylansdaniels committed Nov 25, 2024
1 parent 8d2fcca commit ba5d2a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hnn_core/gui/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -1761,7 +1761,7 @@ def add_network_connectivity_tab(net, connectivity_out,
for idx, connectivity_name in enumerate(connectivity_names):
cell_connectivity.set_title(idx, connectivity_name)

# Style the <div> automatically creted around connectivity boxes
# Style the <div> automatically created around connectivity boxes
connectivity_out_style = HTML("""
<style>
/* CSS to style elements inside the Accordion */
Expand Down

0 comments on commit ba5d2a3

Please sign in to comment.