Skip to content

Commit f4d1b31

Browse files
committed
✏️ Fix typo
1 parent 25f8b9c commit f4d1b31

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![A screenshot of the web application.](./resources/ice-hockey-screenshot.png)
44

5-
**01/08/23: Ice hockey net, Australian football, rugby union, and table
5+
**01/08/23: Ice hockey net, Australian rules football, rugby union, and table
66
tennis have been added as playing areas**
77

88
A [web application](https://shot-plotter.netlify.app/) for plotting events on a sport's playing area with a single click, while keeping track of any other details. The application supports download and upload of .csv files to retrieve that plotted data.

html/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
<body>
2929
<!-- inject:banner -->
3030
<div class="alert alert-info" role="alert">
31-
<b>01/08/23:</b> Ice hockey net, Australian football, rugby union, and table
32-
tennis have been added as playing areas!
31+
<b>01/08/23:</b> Ice hockey net, Australian rules football, rugby union, and
32+
table tennis have been added as playing areas!
3333
</div>
3434

3535
<!-- endinject -->

preprocessing/banner.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<div class="alert alert-info" role="alert">
2-
<b>01/08/23:</b> Ice hockey net, Australian football, rugby union, and table
3-
tennis have been added as playing areas!
2+
<b>01/08/23:</b> Ice hockey net, Australian rules football, rugby union, and
3+
table tennis have been added as playing areas!
44
</div>

0 commit comments

Comments
 (0)