Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomihod committed Mar 5, 2024
1 parent a1d2d69 commit fe8459f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flor/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ <h3>Putting it all Together</h3>

<input type="checkbox" id="behavioral-health" name="behavioral-health" value=".1">
<label for="behavioral-health">Employee’s time log records</label>
<span data-tooltip="Monthly logs of when employee came to and left work .">
<span data-tooltip="Monthly logs of when employee came to and left work.">
<i class="fa-solid fa-circle-info icon"></i>
</span>
<br>
Expand Down
2 changes: 1 addition & 1 deletion flor/sel.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ window.makeSel = function () {
var botAxis = c.svg.append('g').translate(c.width + 150, 1)
var truthAxis = botAxis.append('g.axis').translate([0, 0])

truthAxis.append('text').text('Truth (stole or attempted to steal))')
truthAxis.append('text').text('Truth (stole or attempted to steal)')
.at({ textAnchor: 'middle', fontWeight: 500, x: s * 2.65 })

truthAxis.append('g').translate([45, 22])
Expand Down

0 comments on commit fe8459f

Please sign in to comment.