Skip to content

Commit 9221c9e

Browse files
Minor typo fixes in the doc (#87)
* Minor typo fixes in the doc --------- Co-authored-by: Constantin Pape <constantin.pape@informatik.uni-goettingen.de>
1 parent 1810805 commit 9221c9e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/start_page.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ git clone https://github.com/computational-cell-analytics/synapse-net
3232
```bash
3333
cd synapse-net
3434
```
35-
- Now you can install the environment for SynapseNet with `conda` from the environment file we proved:
35+
- Now you can install the environment for SynapseNet with `conda` from the environment file we provide:
3636
```bash
3737
conda env create -f environment.yaml
3838
```
@@ -62,11 +62,11 @@ to use them.
6262

6363
We currently offer 7 different models for segmenting synaptic structures:
6464
- `vesicles_3d` to segment vesicles in (room-temperature) electron tomograms.
65-
- `vesicles_2d` to segment vesicles in two-dimensional electron migrographs.
65+
- `vesicles_2d` to segment vesicles in two-dimensional electron micrographs.
6666
- `vesicles_cryo` to segment vesicles in cryogenic electron tomograms.
67-
- `active_zone` to sement active zones in electron tomograms.
67+
- `active_zone` to segment active zones in electron tomograms.
6868
- `compartments` to segment synaptic compartments in electron tomograms.
69-
- `mitochondria` to segmenta mitochondria in electron tomograms.
69+
- `mitochondria` to segment mitochondria in electron tomograms.
7070
- `ribbon` to segment structures of the active zones in ribbon synapses (ribbon, presynaptic density and active zone membrane) in electron tomograms.
7171

7272

0 commit comments

Comments
 (0)