Fixed typo (#1612)

The image is not repeated any may not fill the entire space (recommended) =>
The image is not repeated and may not fill the entire space (recommended)
This commit is contained in:
Someone
2023-11-12 14:21:17 +01:00
committed by GitHub
parent 30378d299e
commit 3edd2b8ea2

View File

@@ -36,7 +36,7 @@
"label": "Background image attachment",
"options": {
"repeat": "Repeat - The image is repeated as much as needed to cover the whole background image painting area.",
"no-repeat": "No repeat - The image is not repeated any may not fill the entire space (recommended)",
"no-repeat": "No repeat - The image is not repeated and may not fill the entire space (recommended)",
"repeat-x": "Repeat X - Same as 'Repeat' but only on horizontal axis.",
"repeat-y": "Repeat Y - Same as 'Repeat' but only on vertical axis."
}
@@ -47,4 +47,4 @@
"placeholder": "Custom CSS will be applied last",
"applying": "Applying CSS..."
}
}
}