From c0552f1f3eef785374cdf32d1fb597024c91bcc8 Mon Sep 17 00:00:00 2001 From: ethan <41884812+esmith164@users.noreply.github.com> Date: Tue, 24 Sep 2024 20:41:35 -0400 Subject: [PATCH] Fix hyper link to DOM Living Standard --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d818cb..8b26c83 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ inconsistencies (that aren't a result of legacy APIs) file an issue. ## Contribution Guidelines - Ensure your changes pass the tests below. - To ensure the code follows Deno's formatting guidelines, use the built-in deno fmt command. This will automatically format your TypeScript files to match Deno's code style. Run: ``sh deno fmt`` -- When implementing new features for Deno DOM, ensure that the standard algorithm outlined by the [DOM Living Standard][https://dom.spec.whatwg.org/] is followed. Any deviations from the spec should be documented clearly in the code and pull request descriptions. +- When implementing new features for Deno DOM, ensure that the standard algorithm outlined by the [DOM Living Standard](https://dom.spec.whatwg.org/) is followed. Any deviations from the spec should be documented clearly in the code and pull request descriptions. ## Running tests