diff --git a/server/services/rfid/controller/stations/station3.ts b/server/services/rfid/controller/stations/station3.ts index 8f795a4..d9029ce 100644 --- a/server/services/rfid/controller/stations/station3.ts +++ b/server/services/rfid/controller/stations/station3.ts @@ -13,7 +13,7 @@ import { tagStuff } from "../tags/crudTag.js"; export const station3Tags = async (tagData: TagData[]) => { /** - * Add the new tag to the reader so we know waht was really here + * Add the new tag to the reader so we know what was really here */ const { error } = await tryCatch( db @@ -26,7 +26,7 @@ export const station3Tags = async (tagData: TagData[]) => { "error", "rfid", "rfid", - `${tagData[0].reader} encountered and error addeding ${tagData[0].tag}.` + `${tagData[0].reader} encountered and error adding ${tagData[0].tag}.` ); } createLog(