Skip to content

Commit a77883b

Browse files
authored
Fix path - and fix typo (#13038)
1 parent 97aaab5 commit a77883b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/getting-into-the-code/guidelines-for-setting-up-a-local-workspace/intellij-11-code-into-ide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@ Currently, it looks as follows:
5252
![Directory Mappings including sub modules](intellij-directory-mappings-unmodified.png)
5353
{% endfigure %}
5454

55-
You need to tell IntelliJ to ignore the submodules `buildres\abbrv.jabref.org`, `jablib\src\main\resources\csl-locales`, and `jablib\src\main\resources\csl-styles`.
55+
You need to tell IntelliJ to ignore the submodules `jablib\src\main\abbrv.jabref.org`, `jablib\src\main\resources\csl-locales`, and `jablib\src\main\resources\csl-styles`.
5656
Select all three (holding the <kbd>Ctrl</kbd> key).
5757
Then press the red minus button on top.
5858

5959
This will make these directories "Unregistered roots:", which is fine.
6060

6161
{% figure caption:"Directory Mappings having three unregistered roots" %}
62-
![Directory Mappings having three repositories unregsitered](intellij-directory-mappings-unregistered-roots.png)
62+
![Directory Mappings having three repositories unregistered](intellij-directory-mappings-unregistered-roots.png)
6363
{% endfigure %}
6464

6565
## Ensure that committing with other tools work

docs/getting-into-the-code/guidelines-for-setting-up-a-local-workspace/pre-02-software.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ It is strongly recommended that you have git installed.
1616

1717
### macOS
1818

19-
* Use [homebrew](https://brew.sh/))
19+
* Use [homebrew](https://brew.sh/)
2020
* `brew install git git-gui`
2121

2222
### Windows

0 commit comments

Comments
 (0)