Skip to content

Commit b06bcd1

Browse files
committed
Fix typo in padEnd example
1 parent dc179c3 commit b06bcd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/declarative-customization/column-formatting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1459,7 +1459,7 @@ Operators specify the type of operation to perform. The following operators are
14591459

14601460
- **padEnd**: pads the current string with a given string until the resulting string reaches the given length. The padding is applied from the end of the current string.
14611461
- `"txtContent":"=padEnd('DogFood', 10, 'A')"` results in _DogFoodAAA_
1462-
- `"txtContent":"=padEnd('DogFood', 10, 'AB')"` results in _ABADogFoodABA_
1462+
- `"txtContent":"=padEnd('DogFood', 10, 'AB')"` results in _DogFoodABA_
14631463
- `"txtContent":"=padEnd('DogFood', 5, 'A')"` results in _DogFood_
14641464

14651465
**Conditional operator** - The conditional operator is:

0 commit comments

Comments
 (0)