Skip to content

Commit 9e173d3

Browse files
Fix typo in README
1 parent f4e8de3 commit 9e173d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Four aspects define the design of these features:
120120

121121
### Simplicity
122122

123-
You shouldn't be an experience performance engineer if you want to write benchmarks.
123+
You shouldn't be an experienced performance engineer if you want to write benchmarks.
124124
You can design very complicated performance experiments in the declarative style using simple APIs.
125125

126126
For example, if you want to [parameterize](https://benchmarkdotnet.org/articles/features/parameterization.html) your benchmark,

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Four aspects define the design of these features:
121121

122122
### Simplicity
123123

124-
You shouldn't be an experience performance engineer if you want to write benchmarks.
124+
You shouldn't be an experienced performance engineer if you want to write benchmarks.
125125
You can design very complicated performance experiments in the declarative style using simple APIs.
126126

127127
For example, if you want to [parameterize](https://benchmarkdotnet.org/articles/features/parameterization.html) your benchmark,

0 commit comments

Comments
 (0)