Fix spelling errors in Remote Inbox Notifications Transformers documentation (#38387)
This commit is contained in:
parent
195bcd2368
commit
87a8f45b5d
|
@ -0,0 +1,4 @@
|
||||||
|
Significance: patch
|
||||||
|
Type: tweak
|
||||||
|
|
||||||
|
Fix spelling errors in Remote Inbox Notifications Transformers documentation.
|
|
@ -82,7 +82,7 @@ Use `array_column` to extract `array("media", "software")` then choose the first
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"use": "dot_noation",
|
"use": "dot_notation",
|
||||||
"arguments": {
|
"arguments": {
|
||||||
"key": "0"
|
"key": "0"
|
||||||
}
|
}
|
||||||
|
@ -114,7 +114,7 @@ Flattens a nested array.
|
||||||
|
|
||||||
#### Example:
|
#### Example:
|
||||||
|
|
||||||
Given the follwoing data
|
Given the following data
|
||||||
|
|
||||||
```php
|
```php
|
||||||
array(
|
array(
|
||||||
|
@ -167,7 +167,7 @@ PHP's built-in `array_keys` to return keys from an array. For more information a
|
||||||
|
|
||||||
#### Example:
|
#### Example:
|
||||||
|
|
||||||
Given the follwing data
|
Given the following data
|
||||||
|
|
||||||
```php
|
```php
|
||||||
array(
|
array(
|
||||||
|
@ -241,7 +241,7 @@ PHP's built-in array_values to return values from an array. For more information
|
||||||
|
|
||||||
#### Example:
|
#### Example:
|
||||||
|
|
||||||
Given the follwoing data
|
Given the following data
|
||||||
|
|
||||||
```php
|
```php
|
||||||
array (
|
array (
|
||||||
|
@ -286,7 +286,7 @@ Uses dot notation to select a value in an array. Dot notation lets you access an
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Given the follwoing data
|
Given the following data
|
||||||
|
|
||||||
```php
|
```php
|
||||||
array(
|
array(
|
||||||
|
@ -343,7 +343,7 @@ PHP's built-in count to return the number of values from a countable, such as an
|
||||||
|
|
||||||
#### Example:
|
#### Example:
|
||||||
|
|
||||||
Given the follwing list of usernames
|
Given the following list of usernames
|
||||||
|
|
||||||
```php
|
```php
|
||||||
array(
|
array(
|
||||||
|
|
Loading…
Reference in New Issue