### Issue Kind Error in existing documentation ### Existing Link https://python-poetry.org/docs/cli/#export ### Description There is a typo in the `export` section on the `CLI` (Commands) documentation page preventing the [latest version of `poetry-plugin-export` (1.8)](https://github.com/python-poetry/poetry-plugin-export/releases) from being installed: > ``` > [tool.poetry.requires-plugins] > poetry-plugin-export = ">1.8" > ``` By right, it should have been `>=1.8`. I'll prepare a PR to propose the fix.