containers / ramalama

The goal of RamaLama is to make working with AI boring.
MIT License
280 stars 48 forks source link

Docs: Typo Fix #384

Closed RahulK4102 closed 3 weeks ago

RahulK4102 commented 4 weeks ago

Corrected "neather" to "neither" in [README.md].

This pull request addresses a minor typo found in repository. The typo has been corrected to improve clarity and maintain the quality of the documentation.

This change is purely cosmetic and does not affect functionality.

ericcurtin commented 4 weeks ago

The DCO build failed which means the commit wasn't signed, one way it can be done is via:

git commit --amend -s # sign existing commit git push -f

we could add this typo to .codespelldict also

ericcurtin commented 3 weeks ago

I caught this in https://github.com/containers/ramalama/pull/379 will need signed commits to merge PRs