Fix typo

Stephen Paul Weber created

Change summary

lib/snikket.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

lib/snikket.rb 🔗

@@ -160,7 +160,7 @@ module Snikket
 			]
 			@db.exec_defer(<<~SQL, params)
 				INSERT INTO snikket_instances
-					(instance_id, boostrap_token, customer_id, domain)
+					(instance_id, bootstrap_token, customer_id, domain)
 				VALUES
 					($1, $2, $3, $4)
 			SQL