From 6d622b8faa384d8e4a11345cb128e5bd2c42134e Mon Sep 17 00:00:00 2001 From: Klaus Zanders Date: Wed, 18 Oct 2023 17:09:35 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Aaron Contreras <61627014+aaron-contreras@users.noreply.github.com> --- docs/development/development-environment-osx/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/development/development-environment-osx/README.md b/docs/development/development-environment-osx/README.md index 5f8640789ca..7633d1e8f84 100644 --- a/docs/development/development-environment-osx/README.md +++ b/docs/development/development-environment-osx/README.md @@ -263,7 +263,7 @@ development mode, but only for running the entire test suite. ### Java 7 or later To test the integration with LDAP servers, we rely on [ladle](https://github.com/NUBIC/ladle) to spin up an LDAP server -when runnin tests. As this runs [ApacheDS](https://directory.apache.org/apacheds/) internally, it requires Java 7 or +when running tests. As this runs [ApacheDS](https://directory.apache.org/apacheds/) internally, it requires Java 7 or later to be installed. If java is not installed, some tests will stall for 60 seconds before timing out. To run the tests, install java with @@ -286,8 +286,7 @@ brew install subversion ### Git -To test the integration with Git repositories, we rely on the `git` command to be available. Git is either installed by -with the Xcode Command Line Tools, with [Xcode](https://apps.apple.com/us/app/xcode/id497799835?mt=12) or via homebrew. +To test the integration with Git repositories, we rely on the `git` command to be available. Git is either installed via the Xcode Command Line Tools, with [Xcode](https://apps.apple.com/us/app/xcode/id497799835?mt=12) or via homebrew. ```shell xcode-select --install