From 70705701e22b3621a778d18c178478469f424187 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Mil=C3=A1n?= <36721657+francisco-milan@users.noreply.github.com> Date: Mon, 10 Jun 2024 23:03:37 -0600 Subject: [PATCH 1/2] Updating hotkeys description (#236) --- src/user-guide/reference/hotkeys.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/user-guide/reference/hotkeys.md b/src/user-guide/reference/hotkeys.md index c684bf1dd..29ad5968d 100755 --- a/src/user-guide/reference/hotkeys.md +++ b/src/user-guide/reference/hotkeys.md @@ -29,7 +29,7 @@ The following list provides a quick reference to hotkeys **used** in abapGit. | o | New Offline Repository | | p | Pull | | s | Stage | -| x | abapGit Settings | +| x | Global Settings | ## Repository View @@ -79,9 +79,9 @@ The following list provides a quick reference to hotkeys **used** in abapGit. | Key | Description | | --- | ------------------------ | | a | Refresh All | -| h | Toogle Hidden Characters | +| h | Toggle Hidden Characters | | r | Refresh Local | -| u | Toogle Split/Unified | +| u | Toggle Split/Unified | ## Code Inspector From d8a19fd81e593e6794037a7578a3a28c4c9eb937 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Mil=C3=A1n?= <36721657+francisco-milan@users.noreply.github.com> Date: Mon, 10 Jun 2024 23:14:30 -0600 Subject: [PATCH 2/2] Fixing a couple of typos (#235) Co-authored-by: Lars Hvam --- src/development-guide/read-first/package-structure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/development-guide/read-first/package-structure.md b/src/development-guide/read-first/package-structure.md index b67931e74..b0a197f32 100644 --- a/src/development-guide/read-first/package-structure.md +++ b/src/development-guide/read-first/package-structure.md @@ -38,4 +38,4 @@ Don't do any manual changes in this folder, its a renamed copy of https://github ### `/src/objects/aff/` -Dont do any manual changes in this folder, mirroed from https://github.com/abapGit/aff_mirror +Don't do any manual changes in this folder, mirrored from https://github.com/abapGit/aff_mirror