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": {
|
||||
"key": "0"
|
||||
}
|
||||
|
@ -114,7 +114,7 @@ Flattens a nested array.
|
|||
|
||||
#### Example:
|
||||
|
||||
Given the follwoing data
|
||||
Given the following data
|
||||
|
||||
```php
|
||||
array(
|
||||
|
@ -167,7 +167,7 @@ PHP's built-in `array_keys` to return keys from an array. For more information a
|
|||
|
||||
#### Example:
|
||||
|
||||
Given the follwing data
|
||||
Given the following data
|
||||
|
||||
```php
|
||||
array(
|
||||
|
@ -241,7 +241,7 @@ PHP's built-in array_values to return values from an array. For more information
|
|||
|
||||
#### Example:
|
||||
|
||||
Given the follwoing data
|
||||
Given the following data
|
||||
|
||||
```php
|
||||
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
|
||||
array(
|
||||
|
@ -343,7 +343,7 @@ PHP's built-in count to return the number of values from a countable, such as an
|
|||
|
||||
#### Example:
|
||||
|
||||
Given the follwing list of usernames
|
||||
Given the following list of usernames
|
||||
|
||||
```php
|
||||
array(
|
||||
|
|
Loading…
Reference in New Issue