diff --git a/.size-snapshot.json b/.size-snapshot.json
index 094d20cb..a5e568a4 100644
--- a/.size-snapshot.json
+++ b/.size-snapshot.json
@@ -1,7 +1,7 @@
{
"dist/dom-testing-library.umd.js": {
- "bundled": 115443,
- "minified": 50960,
- "gzipped": 15294
+ "bundled": 122519,
+ "minified": 52052,
+ "gzipped": 15632
}
}
diff --git a/README.md b/README.md
index 73699dc2..31a69112 100644
--- a/README.md
+++ b/README.md
@@ -211,10 +211,16 @@ const inputNode = getByLabelText(container, 'Username')
//
//
//
-// The aria-labelledby attribute
+// The aria-labelledby attribute with form elements
//
//
//
+// The aria-labelledby attribute with other elements
+//
+//
+// some content...
+//
+//
// Wrapper labels
//
//
diff --git a/src/__tests__/element-queries.js b/src/__tests__/element-queries.js
index f0e0f6db..47d71609 100644
--- a/src/__tests__/element-queries.js
+++ b/src/__tests__/element-queries.js
@@ -82,7 +82,7 @@ test('matches case with RegExp matcher', () => {
expect(queryByText(/Step 1 of 4/)).not.toBeTruthy()
})
-test('get can get form controls by label text', () => {
+test('can get form controls by label text', () => {
const {getByLabelText} = render(`