Fix minor typo in synapse guest module README

This commit is contained in:
Andrew Ferrazzutti
2025-03-06 11:24:08 -05:00
parent c5af3ab0bb
commit e66adfecba
+1 -1
View File
@@ -64,7 +64,7 @@ The module is not published to a python registry, but we provide a docker contai
# ...
template:
spec:
+ # The init container copies the module to he `synapse-modules` volume
+ # The init container copies the module to the `synapse-modules` volume
+ initContainers:
+ - image: ghcr.io/element-hq/synapse-guest-module:<version>
+ name: install-guest-module