Fix typo 'adominitions'

A Google search returns <300 hits for this spelling, with the top hit being a typo itself, so I'm pretty sure the use here is also a typo for 'admonitions.'
This commit is contained in:
belzecue
2023-04-16 21:30:14 +08:00
committed by GitHub
parent d1ce53c1c9
commit 5eb4a277c4

View File

@@ -321,7 +321,7 @@ Godot's codebase.
always end them with a period.
- Reference variable/function names and values using backticks.
- Wrap comments to ~100 characters.
- You can use ``TODO:``, ``FIXME:``, ``NOTE:``, or ``HACK:`` as adominitions
- You can use ``TODO:``, ``FIXME:``, ``NOTE:``, or ``HACK:`` as admonitions
when needed.
**Example:**