From 715d1e4a5be2fc01406ca334c4b12446e973856c Mon Sep 17 00:00:00 2001 From: Lucas Birkert Date: Mon, 22 Apr 2024 19:03:30 +0200 Subject: [PATCH] Fix spelling mistakes --- README.md | 4 ++-- app.js | 16 ++++++++-------- index.html | 16 ++++++++-------- style.css | 16 ++++++++-------- 4 files changed, 26 insertions(+), 26 deletions(-) diff --git a/README.md b/README.md index 1e49c14..5893bd1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# TicTacToe +# TicTacToe -[![Publish to github pages](https://github.com/lbirkert/ticktacktoe/actions/workflows/publish.yml/badge.svg)](https://github.com/lbirkert/ticktacktoe/actions/workflows/publish.yml) +[![Publish to github pages](https://github.com/lbirkert/tictactoe/actions/workflows/publish.yml/badge.svg)](https://github.com/lbirkert/tictactoe/actions/workflows/publish.yml)
diff --git a/app.js b/app.js index 0214e9f..4462c07 100644 --- a/app.js +++ b/app.js @@ -1,13 +1,13 @@ -/* Lucas Birkert - TickTackToe */ +/* Lucas Birkert - TicTacToe */ -/* _______ _ _ _______ _ _______ */ -/* |__ __(_) | |__ __| | |__ __| */ -/* | | _ ___| | _| | __ _ ___| | _| | ___ ___ */ -/* | | | |/ __| |/ / |/ _` |/ __| |/ / |/ _ \ / _ \ */ -/* | | | | (__| <| | (_| | (__| <| | (_) | __/ */ -/* |_| |_|\___|_|\_\_|\__,_|\___|_|\_\_|\___/ \___| */ +/* _ _ _ _ */ +/* | | (_) | | | | */ +/* | |_ _ ___| |_ __ _ ___| |_ ___ ___ */ +/* | __| |/ __| __/ _` |/ __| __/ _ \ / _ \ */ +/* | |_| | (__| || (_| | (__| || (_) | __/ */ +/* \__|_|\___|\__\__,_|\___|\__\___/ \___| */ -/* https://github.com/lbirkert/ticktacktoe/tree/main/LICENSE */ +/* https://github.com/lbirkert/tictactoe/tree/main/LICENSE */ /* (c) Copyright 2024 Lucas Birkert, all rights reserved */ diff --git a/index.html b/index.html index 28fef27..33ba426 100644 --- a/index.html +++ b/index.html @@ -1,13 +1,13 @@ - + - - - - - - + + + + + + - + diff --git a/style.css b/style.css index 3ed0034..674782f 100644 --- a/style.css +++ b/style.css @@ -1,13 +1,13 @@ -/* Lucas Birkert - TickTackToe */ +/* Lucas Birkert - TicTacToe */ -/* _______ _ _ _______ _ _______ */ -/* |__ __(_) | |__ __| | |__ __| */ -/* | | _ ___| | _| | __ _ ___| | _| | ___ ___ */ -/* | | | |/ __| |/ / |/ _` |/ __| |/ / |/ _ \ / _ \ */ -/* | | | | (__| <| | (_| | (__| <| | (_) | __/ */ -/* |_| |_|\___|_|\_\_|\__,_|\___|_|\_\_|\___/ \___| */ +/* _ _ _ _ */ +/* | | (_) | | | | */ +/* | |_ _ ___| |_ __ _ ___| |_ ___ ___ */ +/* | __| |/ __| __/ _` |/ __| __/ _ \ / _ \ */ +/* | |_| | (__| || (_| | (__| || (_) | __/ */ +/* \__|_|\___|\__\__,_|\___|\__\___/ \___| */ -/* https://github.com/lbirkert/ticktacktoe/tree/main/LICENSE */ +/* https://github.com/lbirkert/tictactoe/tree/main/LICENSE */ /* (c) Copyright 2024 Lucas Birkert, all rights reserved */