srOnly.html
There is a hidden sentence after this one that is only visible to screen readers.

<span class="srOnly"> This is done by using the srOnly class. </span>
index.scss
.srOnly {
  border-width: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}