From f9a8cd6f464c0bce11fc3d9d2b7369e6a36f1d36 Mon Sep 17 00:00:00 2001 From: Hieu Ho <150573299+hieu-jan@users.noreply.github.com> Date: Mon, 15 Jan 2024 07:57:20 +0700 Subject: [PATCH] docs: fix typo --- .../guides/08-troubleshooting/04-how-to-get-error-logs.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/guides/08-troubleshooting/04-how-to-get-error-logs.mdx b/docs/docs/guides/08-troubleshooting/04-how-to-get-error-logs.mdx index 677c3d542..7eaebf24c 100644 --- a/docs/docs/guides/08-troubleshooting/04-how-to-get-error-logs.mdx +++ b/docs/docs/guides/08-troubleshooting/04-how-to-get-error-logs.mdx @@ -33,7 +33,7 @@ tail -n 50 ~/jan/logs/server.log ``` :::note -When sharing logs or error information, make sure to redact any private or sensitive information. +- When sharing logs or error information, make sure to redact any private or sensitive information. ::: -If you have any questions or are looking for support, please don't hesitate to contact us via our [Discord community](https://discord.gg/Dt7MxDyNNZ) or sharing [new issue in our GitHub repository](https://github.com/janhq/jan/issues/new/choose). +If you have any questions or are looking for support, please don't hesitate to contact us via our [Discord community](https://discord.gg/Dt7MxDyNNZ) or create a [new issue in our GitHub repository](https://github.com/janhq/jan/issues/new/choose).