summaryrefslogtreecommitdiff
path: root/docs/getting-started.md
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2020-06-17 16:04:47 -0400
committerJordan Wiens <jordan@psifertex.com>2020-06-17 16:04:47 -0400
commit676488bb396f41c4855af97fbe0d996238688399 (patch)
treec173389d4ac43d5c2f7c8f30f22b87f0b5281f7f /docs/getting-started.md
parentf9121c18673a58cb9b1820656f82e05b1ac4b7b8 (diff)
more spelling fixes
Diffstat (limited to 'docs/getting-started.md')
-rw-r--r--docs/getting-started.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/getting-started.md b/docs/getting-started.md
index 8359751a..f83d8657 100644
--- a/docs/getting-started.md
+++ b/docs/getting-started.md
@@ -153,7 +153,7 @@ Note
The default view in Binary Ninja when opening a binary is a graph view that groups the basic blocks of disassembly into visually distinct blocks with edges showing control flow between them.
-![graph view context >](img/graphcontext.png "Graph View Contet Menu")
+![graph view context >](img/graphcontext.png "Graph View Context Menu")
Features of the graph view include:
@@ -448,7 +448,7 @@ Here's a list of all settings currently available from the UI:
| | | |`enum`|`MappedMediumLevelILSSAForm`|<a id='ui.graph.default'>ui.graph.default</a>|
| | | |`enum`|`HighLevelIL`|<a id='ui.graph.default'>ui.graph.default</a>|
| | | |`enum`|`HighLevelILSSAForm`|<a id='ui.graph.default'>ui.graph.default</a>|
-|ui|Perfer Disassembly Graph|Prefer disassembly graph over linear view on startup.|`boolean`|`False`|<a id='ui.graph.preferred'>ui.graph.preferred</a>|
+|ui|Prefer Disassembly Graph|Prefer disassembly graph over linear view on startup.|`boolean`|`False`|<a id='ui.graph.preferred'>ui.graph.preferred</a>|
|ui|Number of history entries to store.|Controls the number of history entries to store for input dialogs.|`number`|`50`|<a id='ui.inputHistoryCount'>ui.inputHistoryCount</a>|
|ui|Minimum UI Log Level|Set the minimum log level for the UI log.|`string`|`InfoLog`|<a id='ui.log.minLevel'>ui.log.minLevel</a>|
| | | enum: Display Debug, Info, Warning, Error, and Alert messages to log console.|`enum`|`DebugLog`|<a id='ui.log.minLevel'>ui.log.minLevel</a>|