Skip to content

Commit 326f4c0

Browse files
JohTCopilot
andauthored
Fix documentation grammer issues
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 5168049 commit 326f4c0

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ The [Code Structure Analysis Pipeline](./.github/workflows/internal-java-code-an
249249
ENABLE_JUPYTER_NOTEBOOK_PDF_GENERATION=true ./../../scripts/analysis/analyze.sh
250250
```
251251

252-
- How can i disable git log data import?
252+
- How can I disable git log data import?
253253
👉 Set environment variable `IMPORT_GIT_LOG_DATA_IF_SOURCE_IS_PRESENT` to `none`. Example:
254254

255255
```shell
@@ -272,35 +272,35 @@ The [Code Structure Analysis Pipeline](./.github/workflows/internal-java-code-an
272272
👉 The custom Jupyter Notebook metadata property `code_graph_analysis_pipeline_data_validation` can be set to choose a query from [cypher/Validation](./cypher/Validation) that will be executed preliminary to the notebook. If the query leads to at least one result, the validation succeeds and the notebook will be run. If the query leads to no result, the notebook will be skipped.
273273
For more details see [Data Availability Validation](./COMMANDS.md#data-availability-validation).
274274

275-
- How can i increase the heap memory when scanning large Typescript projects?
275+
- How can I increase the heap memory when scanning large Typescript projects?
276276
👉 Use the environment variable TYPESCRIPT_SCAN_HEAP_MEMORY in megabyte (default = 4096):
277277

278278
```shell
279279
TYPESCRIPT_SCAN_HEAP_MEMORY=16384 ./../../scripts/analysis/analyze.sh
280280
```
281281

282-
- How can i continue on errors when scanning Typescript projects instead of cancelling the whole analysis?
282+
- How can I continue on errors when scanning Typescript projects instead of cancelling the whole analysis?
283283
👉 Use the profile `Neo4j-latest-continue-on-scan-errors` (default = `Neo4j-latest`):
284284

285285
```shell
286286
./../../scripts/analysis/analyze.sh --profile Neo4j-latest-continue-on-scan-errors
287287
```
288288

289-
- How can i reduce the memory (RAM) consumption?
289+
- How can I reduce the memory (RAM) consumption?
290290
👉 Use the profile `Neo4j-latest-low-memory` (default = `Neo4j-latest`):
291291

292292
```shell
293293
./../../scripts/analysis/analyze.sh --profile Neo4j-latest-low-memory
294294
```
295295

296-
- How can i increase the memory (RAM) consumption?
296+
- How can I increase the memory (RAM) consumption?
297297
👉 Use the profile `Neo4j-latest-high-memory` (default = `Neo4j-latest`):
298298

299299
```shell
300300
./../../scripts/analysis/analyze.sh --profile Neo4j-latest-high-memory
301301
```
302302

303-
- How can i increase the memory (RAM) consumption afterwards, when the setup is already done?
303+
- How can I increase the memory (RAM) consumption afterwards, when the setup is already done?
304304
👉 Simply run `useNeo4jHighMemoryProfile.sh` in your analysis working directory, or:
305305

306306
```shell

0 commit comments

Comments
 (0)