Skip to content

Commit

Permalink
Fix MD018 (extra spaces in heading)
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanKilleen committed Jan 22, 2024
1 parent 44a64c5 commit e6552b4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/linters/.markdownlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
###############
MD001: false
MD013: false
MD018: false
MD022: false
MD024: false
MD025: false
Expand Down
1 change: 0 additions & 1 deletion .markdownlintrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"MD001": false,
"MD013": false,
"MD018": false,
"MD022": false,
"MD024": false,
"MD025": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ This will ensure that the type inference works predictable and will by default i

As I said before in most cases we do not need to do anything since Hot Chocolate has default bindings.

# Any Type
#  Any Type

The `Any` scalar is a special type that can be compared to `object` in c#. Any allows us to specify any literal or return any output type.

Expand Down

0 comments on commit e6552b4

Please sign in to comment.