🧚 A practical web framework for Gleam

Update typo in docstring

authored by

Daniel Haehre and committed by
Louis Pilfold
394aa9a7 b1b11b08

+1 -1
+1 -1
src/wisp.gleam
··· 369 369 /// # Examples 370 370 /// 371 371 /// ```gleam 372 - /// created() 372 + /// accepted() 373 373 /// // -> Response(202, [], Empty) 374 374 /// ``` 375 375 ///