SDL: Removed unnecessary exclamation marks

From 8a45c38f489a39c8ff13515b36b65713961ef41f Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Mon, 15 Apr 2024 09:42:10 -0700
Subject: [PATCH] Removed unnecessary exclamation marks

---
 .wikiheaders-options | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.wikiheaders-options b/.wikiheaders-options
index d8df030fe0883..2478810842d25 100644
--- a/.wikiheaders-options
+++ b/.wikiheaders-options
@@ -15,5 +15,5 @@ wikiurl = https://wiki.libsdl.org
 bugreporturl = https://github.com/libsdl-org/sdlwiki/issues/new
 warn_about_missing = 0
 wikipreamble = (This is the documentation for SDL3, which is under heavy development and the API is changing! [SDL2](https://wiki.libsdl.org/SDL2/) is the current stable version!)
-wikiheaderfiletext = Defined in [%fname%](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/%fname%), but apps should _only_ `#include <SDL3/SDL.h>`!
-manpageheaderfiletext = Defined in %fname%, but apps should only #include <SDL3/SDL.h>!
+wikiheaderfiletext = Defined in [%fname%](https://github.com/libsdl-org/SDL/blob/main/include/SDL3/%fname%), but apps should use `#include <SDL3/SDL.h>`
+manpageheaderfiletext = Defined in %fname%, but apps should use #include <SDL3/SDL.h>