Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardusrendy committed Aug 3, 2024
1 parent 1fcf71c commit dd573a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion alab_management/device_view/device_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ def request_devices(
idle_devices[device] = device_
return idle_devices

def get_sample_on_device(self, device_name: str) -> dict[str, list[ObjectId]]:
def get_samples_on_device(self, device_name: str) -> dict[str, list[ObjectId]]:
"""
Get all the samples on a device.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/start_lab.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export SIM_MODE_FLAG=TRUE # this is the default value
```

```{danger}
Run `export SIM_MODE_FLAG=TRUE` only when you are on the *production server*.
Run `export SIM_MODE_FLAG=FALSE` only when you are on the *production server*.
```

```{note}
Expand Down

0 comments on commit dd573a8

Please sign in to comment.