edit, server-side spelling

This commit is contained in:
Bill Talcott 2023-03-06 17:50:35 -05:00
parent 0c14301597
commit 25eb4b4d74

View File

@ -267,7 +267,7 @@ has the id `search`.
Let's add some conditional logic to our controller to look for that header and, if the value is `search`, we render
only the rows rather than the whole `index.html` template:
.Updating our server side search
.Updating our server-side search
[source,python]
----
@app.route("/contacts")