From 676488bb396f41c4855af97fbe0d996238688399 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Wed, 17 Jun 2020 16:04:47 -0400 Subject: more spelling fixes --- docs/getting-started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/getting-started.md') 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`|ui.graph.default| | | | |`enum`|`HighLevelIL`|ui.graph.default| | | | |`enum`|`HighLevelILSSAForm`|ui.graph.default| -|ui|Perfer Disassembly Graph|Prefer disassembly graph over linear view on startup.|`boolean`|`False`|ui.graph.preferred| +|ui|Prefer Disassembly Graph|Prefer disassembly graph over linear view on startup.|`boolean`|`False`|ui.graph.preferred| |ui|Number of history entries to store.|Controls the number of history entries to store for input dialogs.|`number`|`50`|ui.inputHistoryCount| |ui|Minimum UI Log Level|Set the minimum log level for the UI log.|`string`|`InfoLog`|ui.log.minLevel| | | | enum: Display Debug, Info, Warning, Error, and Alert messages to log console.|`enum`|`DebugLog`|ui.log.minLevel| -- cgit v1.3.1