Fix spelling error

This commit is contained in:
Fred Boniface 2023-05-23 11:00:29 +01:00
parent 9bc3813202
commit 3e26bc5268
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@
<div id="crs-box"> <div id="crs-box">
<p>Enter a services start and end station CRS codes to see code options and stopping patterns.</p> <p>Enter a services start and end station CRS codes to see code options and stopping patterns.</p>
<p>Currently supported (Beta): GWR: West (Except EXD-PNZ, Devon Metro, EXD-PNZ Branches), HEx<br> <p>Currently supported (Beta): GWR: West (Except EXD-PNZ, Devon Metro, EXD-PNZ Branches), HEx<br>
Duplicate stopping patterns have been removed, any errors should bre <a href="./issue.html">reported</a>.</p> Duplicate stopping patterns have been removed, any errors can be <a href="./issue.html">reported</a>.</p>
<p id="auth-required">You need to be logged into a free <a href="./settings.html#railstaff">rail staff version</a> account for this feature.</p> <p id="auth-required">You need to be logged into a free <a href="./settings.html#railstaff">rail staff version</a> account for this feature.</p>
<form action="javascript:findByOrigDest();"> <form action="javascript:findByOrigDest();">
<div id="crs-inputs"> <div id="crs-inputs">

2
sw.js
View File

@ -1,6 +1,6 @@
/* Service Worker */ /* Service Worker */
const swVersion = '2023.5.3-001' const swVersion = '2023.5.3-002'
const cacheName = `owlboard-${swVersion}` const cacheName = `owlboard-${swVersion}`
const cacheIDs = [cacheName] const cacheIDs = [cacheName]
let staticCache = [ let staticCache = [