Fix small typo (#1995)

This commit is contained in:
Joerg Rosenkranz
2023-02-08 19:54:10 +01:00
committed by GitHub
parent bf090f3762
commit 876adc51af
2 changed files with 2 additions and 2 deletions

View File

@@ -57,7 +57,7 @@ p {font-size: 1em;}
After step 5 setup mode is completed, it then reboots and starts into the normal mode. After step 5 setup mode is completed, it then reboots and starts into the normal mode.
<br><br> <br><br>
If you need support, have a look to the <a href=https://jomjol.github.io/AI-on-the-edge-device-docs target=_blank>documenation</a> or the <a href=https://github.com/jomjol/AI-on-the-edge-device/discussions target=_blank>discussion</a> pages.<br> If you need support, have a look to the <a href=https://jomjol.github.io/AI-on-the-edge-device-docs target=_blank>documentation</a> or the <a href=https://github.com/jomjol/AI-on-the-edge-device/discussions target=_blank>discussion</a> pages.<br>
<h4>Have fun with the digitizer!</h4> <h4>Have fun with the digitizer!</h4>

View File

@@ -40,7 +40,7 @@ p {font-size: 1em;}
<td> <td>
<button class="button" id="previous" name="previous" onclick="clickPrevious()">Previous</button> <button class="button" id="previous" name="previous" onclick="clickPrevious()">Previous</button>
<button class="button" id="next" name="next" onclick="clickNext()">Next</button> <button class="button" id="next" name="next" onclick="clickNext()">Next</button>
If you need support, have a look to the <a href=https://jomjol.github.io/AI-on-the-edge-device-docs target=_blank>documenation</a> or the <a href=https://github.com/jomjol/AI-on-the-edge-device/discussions target=_blank>discussion</a> pages. If you need support, have a look to the <a href=https://jomjol.github.io/AI-on-the-edge-device-docs target=_blank>documentation</a> or the <a href=https://github.com/jomjol/AI-on-the-edge-device/discussions target=_blank>discussion</a> pages.
</td> </td>
</tr> </tr>
</table> </table>