Browse Source

minor typo fix

Jenny Owen 6 years ago
parent
commit
46275dafbe
1 changed files with 2 additions and 1 deletions
  1. 2 1
      neo4j/content.md

+ 2 - 1
neo4j/content.md

@@ -62,6 +62,7 @@ By default, Neo4j runs as the user `neo4j` who only exists in the container, not
 We have updated the error messaging with advice about how to fix file permission errors. We also introduced writability checks and reduced the amount of file permission changes the image will perform. This has been found to interfere with some Kubernetes setups, so is currently an opt-in feature.
 
 To enforce stricter file permissions checking you can pass this environment variable to the container:
-    `--env SECURE_FILE_PERMISSIONS=yes`
+
+`--env SECURE_FILE_PERMISSIONS=yes`