Skip to content

Commit 68d1656

Browse files
committed
fix: Typos in README
1 parent 2686d50 commit 68d1656

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ Description of send-default-pii
202202

203203
### Code Blocks
204204

205-
Consecutively code blocks will be automatically collapsed into a tabulated container. This behavior is generally useful if you want to define an example in multiple languages:
205+
Consecutive code blocks will be automatically collapsed into a tabulated container. This behavior is generally useful if you want to define an example in multiple languages:
206206

207207

208208
````markdown
@@ -213,6 +213,7 @@ function foo() { return 'bar' }
213213
```python
214214
def foo():
215215
return 'bar'
216+
```
216217
````
217218

218219
Some times you may not want this behavior. To solve this you can either break up the code blocks with some additional text, or you can use the ``<Break />`` component.

0 commit comments

Comments
 (0)