canonical / maas-anvil

A snap for managing charmed MAAS deployments.
https://maas.io
Apache License 2.0
3 stars 6 forks source link

Small typo in the help text #4

Closed jadonn closed 4 months ago

jadonn commented 4 months ago

I noticed a small typo in the maas-anvil --help text. Here is the help text from commands.py:

To get started with a single node, all-in-one MAAS installation, start
with by initializing the local node. Once the local node has been initialized,
run the bootstrap process to get a live MAAS deployment.

The typo is in the first sentence "To get started with a single node, all-in-one MAAS installation, start with by initializing the local node."

I think the word by needs to be removed. It's a small change for a first issue. I will submit a PR to fix the typo.