mirror of
https://github.com/LukeHagar/unicorn-utterances.git
synced 2025-12-10 12:57:46 +00:00
Fix double spacing in post
This commit is contained in:
@@ -1616,9 +1616,9 @@ Of course, this means that you can send any value as the context. Change the cod
|
|||||||
|
|
||||||
```typescript
|
```typescript
|
||||||
{
|
{
|
||||||
$implicit: pigLatinVal,
|
$implicit: pigLatinVal,
|
||||||
original: this.makePiglatin,
|
original: this.makePiglatin,
|
||||||
makePiglatinCasing: 'See? Any value'
|
makePiglatinCasing: 'See? Any value'
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user