Contraction - Google and Microsoft styleguides like it

I was trying out https://github.com/errata-ai/vale
This commit is contained in:
Simon Willison 2023-09-05 19:43:01 -07:00
commit 31d5c4ec05

View file

@ -4,7 +4,7 @@
Authentication and permissions
================================
Datasette does not require authentication by default. Any visitor to a Datasette instance can explore the full data and execute read-only SQL queries.
Datasette doesn't require authentication by default. Any visitor to a Datasette instance can explore the full data and execute read-only SQL queries.
Datasette's plugin system can be used to add many different styles of authentication, such as user accounts, single sign-on or API keys.