summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAshvika Maddikonda <ashvika@vector35.com>2026-05-12 17:15:07 -0400
committerJordan <github@psifertex.com>2026-05-13 14:32:33 +0200
commit958a5e62d0c743eb051bd76b69280f9b9aa4da2c (patch)
tree25697da0189ec5fa22f394e533d0342f09f1f02c
parent9bfa3a091ee44626d91f453da0c66d2212d70bd1 (diff)
changed "straight forward" to "straightforward" (one word)
-rw-r--r--docs/dev/documentation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/documentation.md b/docs/dev/documentation.md
index bc0a445e..74129884 100644
--- a/docs/dev/documentation.md
+++ b/docs/dev/documentation.md
@@ -23,7 +23,7 @@ To contribute to the Binary Ninja documentation, first sign the [contribution li
echo API documentation available in build/html
## Changing
-Changing documentation for the API itself is fairly straight forward. Use [doxygen style comment blocks](https://www.doxygen.nl/manual/docblocks.html) in C++ and C, and [restructured text blocks](https://sphinx-tutorial.readthedocs.io/step-1/) for python for the source. The user documentation is located in the `api/docs/` folder and the API documentation is generated from the config in the `api/api-docs` folder.
+Changing documentation for the API itself is fairly straightforward. Use [doxygen style comment blocks](https://www.doxygen.nl/manual/docblocks.html) in C++ and C, and [restructured text blocks](https://sphinx-tutorial.readthedocs.io/step-1/) for python for the source. The user documentation is located in the `api/docs/` folder and the API documentation is generated from the config in the `api/api-docs` folder.
???+ Info "Tip"
When updating user documentation, the `properdocs serve` feature is particularly helpful.