Skip to content

Commit c0d5faf

Browse files
authored
Merge pull request #388 from cultuurnet/fix-typo-api-guidelines
Fix typo
2 parents 5f3dd43 + 6ceb6d7 commit c0d5faf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/api-design-guidelines/docs/how-we-work.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
A common trend when building APIs is to start coding the functionality first, and then test and document it when it is considered to be ready. This makes the API a byproduct of the development process, instead of a product that was intentionally designed.
66

7-
Event with design guidelines that can help by providing a high-level set of rules, a code-first approach can still cause several problems:
7+
Even with design guidelines that can help by providing a high-level set of rules, a code-first approach can still cause several problems:
88

99
* Documentation and tests are an afterthought and often forgotten, incomplete, or incorrect.
1010
* The functionality is often influenced by how the underlying system already works and may be too limited to achieve the intended goals. This also makes the API less flexible to work with for unforeseen use-cases in the long run.

0 commit comments

Comments
 (0)