summaryrefslogtreecommitdiff
path: root/docs/development/setting_up_pleroma_dev.md
diff options
context:
space:
mode:
authorHaelwenn <contact+git.pleroma.social@hacktivis.me>2023-12-28 10:02:17 +0000
committerHaelwenn <contact+git.pleroma.social@hacktivis.me>2023-12-28 10:02:17 +0000
commit81ce04990ecc6121a513b9822bf8dfc8c855d667 (patch)
tree6352f066d25e416d850177a50bf30030d0ba4056 /docs/development/setting_up_pleroma_dev.md
parent47e00524f7c443d5313c1b05f05d61f50c3a1f7c (diff)
parent017e35fbf128d47c033275a70b76b72f24d7c754 (diff)
downloadpleroma-81ce04990ecc6121a513b9822bf8dfc8c855d667.tar.gz
pleroma-81ce04990ecc6121a513b9822bf8dfc8c855d667.zip
Merge branch 'typo' into 'develop'
Fix some typos See merge request pleroma/pleroma!4017
Diffstat (limited to 'docs/development/setting_up_pleroma_dev.md')
-rw-r--r--docs/development/setting_up_pleroma_dev.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/development/setting_up_pleroma_dev.md b/docs/development/setting_up_pleroma_dev.md
index ddf04cab1..24f358e4a 100644
--- a/docs/development/setting_up_pleroma_dev.md
+++ b/docs/development/setting_up_pleroma_dev.md
@@ -15,7 +15,7 @@ Pleroma requires some adjustments from the defaults for running the instance loc
2. Change the dev.secret.exs
* Change the scheme in `config :pleroma, Pleroma.Web.Endpoint` to http (see examples below)
* If you want to change other settings, you can do that too
-3. You can now start the server `mix phx.server`. Once it's build and started, you can access the instance on `http://<host>:<port>` (e.g.http://localhost:4000 ) and should be able to do everything locally you normaly can.
+3. You can now start the server `mix phx.server`. Once it's build and started, you can access the instance on `http://<host>:<port>` (e.g.http://localhost:4000 ) and should be able to do everything locally you normally can.
Example config to change the scheme to http. Change the port if you want to run on another port.
```elixir