Skip to content

Commit 67e81ad

Browse files
kalwaltCopilot
andauthored
[nitpick] Corrected spelling of 'doctype' to 'DOCTYPE'. While lowercase is valid HTML5, uppercase is the conventional standard.
Co-authored-by: Copilot <[email protected]>
1 parent 2cce00f commit 67e81ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/simple-marker/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!doctype html>
1+
<!DOCTYPE html>
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />

0 commit comments

Comments
 (0)