Skip to content

Commit

Permalink
Merge pull request #113 from Moros1138/111-spelling-error-in-terms
Browse files Browse the repository at this point in the history
fix spelling error in terms dialog
  • Loading branch information
Moros1138 authored Jun 30, 2024
2 parents 58cd93a + d040014 commit 97df359
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. Each batch

It is a summary of changes that would be pertinent to the end user of the PGEtinker website. For a comprehensive history of changes made to the project, please refer to the repository's commit history.

## 2024-06-30

- Fixed [Issue #111](https://github.com/Moros1138/PGEtinker/issues/111)

## 2024-06-29

- Added example code menu to navbar
Expand Down
2 changes: 1 addition & 1 deletion resources/js/lib/agreeDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default function agreeDialog()
<li>
Store information in your browser to be used within
the confines of the PGEtinker online application.
It's for stuff like persiting your layout, your
It's for stuff like persisting your layout, your
theme, and other options so when you come back
it's the way you left it.
</li>
Expand Down
2 changes: 1 addition & 1 deletion tests/Feature/compiler-test-source/remote-includes.cpp
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#include "https://raw.githubusercontent.com/Moros1138/PGEtinker/main/resources/example.cpp"
#include "https://raw.githubusercontent.com/Moros1138/PGEtinker/main/resources/example1.cpp"

0 comments on commit 97df359

Please sign in to comment.