Skip to content

Commit 7c557d5

Browse files
authored
fix tense (#59)
1 parent ec01725 commit 7c557d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vignettes/extending.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ readLines <- function(x) base::readLines(file.path(me, x))
3030
library(plumber2)
3131
```
3232

33-
plumber2 was from the inception build as a modular system meant for extension. In this article we'll go over the process of creating a plumber2 extension as well as talk a bit about the architecture of plumber2 and how it relates to extending it.
33+
plumber2 was from the inception built as a modular system meant for extension. In this article we'll go over the process of creating a plumber2 extension as well as talk a bit about the architecture of plumber2 and how it relates to extending it.
3434

3535
### What does it mean to extend plumber2
3636
Before we continue we should qualify what we mean by extending plumber2. It of course involves adding new functionality to plumber2 in some way, but more specifically it entails adding functionality in such a way that it *feels* native to plumber2. Consider this function:

0 commit comments

Comments
 (0)