From cbfa0b91425864bf9b4ab0515a357984b88ca639 Mon Sep 17 00:00:00 2001 From: Jean-Yves Perrier Date: Fri, 26 Apr 2024 14:55:02 +0200 Subject: [PATCH] to the -> in an --- files/en-us/web/api/htmltablecolelement/choff/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/web/api/htmltablecolelement/choff/index.md b/files/en-us/web/api/htmltablecolelement/choff/index.md index 40a4562ba19b0c9..2260d23adefddaa 100644 --- a/files/en-us/web/api/htmltablecolelement/choff/index.md +++ b/files/en-us/web/api/htmltablecolelement/choff/index.md @@ -12,7 +12,7 @@ browser-compat: api.HTMLTableColElement.chOff The **`chOff`** property of the {{domxref("HTMLTableColElement")}} interface does nothing. It reflects the `charoff` attribute of the {{HTMLElement("col")}} element. -> **Note:** This property was designed to participate to the ability to align table cell content on a specific character (typically the decimal point), but was never implemented by browsers. +> **Note:** This property was designed to participate in an ability to align table cell content on a specific character (typically the decimal point), but was never implemented by browsers. > > To achieve such alignment, watch for the support of a string value with the {{cssxref("text-align")}} CSS property.